From aaaddeb2b27449fbdbc13fef843a51d409cbbbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=81oboda?= <47437867+loboda4450@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:35:10 +0200 Subject: [PATCH] fix: missing SECURITY_JWT_SIGNING_KEY (#309) --- console/api/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/api/.env b/console/api/.env index f83f65198..5dfd84032 100644 --- a/console/api/.env +++ b/console/api/.env @@ -18,7 +18,7 @@ HOST=0.0.0.0 PORT=8086 WORKERS=1 -SECURITY_JWT_SIGNING_KEY= +SECURITY_JWT_SIGNING_KEY=586cozl1x9m6zmu4fg8iwi6ajazguehcm9qdfgd5ndo2pc3pcn JWT_ALGORITHM=HS256 SECURITY_CORS_ORIGINS=http://localhost:3000