Skip to content

Commit

Permalink
fix: missing SECURITY_JWT_SIGNING_KEY (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
loboda4450 authored Sep 5, 2024
1 parent 102d3ee commit aaaddeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/api/.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaaddeb

Please sign in to comment.