Skip to content

Commit

Permalink
modify env example
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthagoenka committed Jan 13, 2024
1 parent 7afa16e commit 584dc9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ SERVER_HOST="0.0.0.0"
SERVER_PORT=3005
FLASK_MICROSERVICE_API_URL="http://flask-service:5001"

SECRET_KEY="something_here"
JWT_SALT="OFksaTPOfShUvQ6kGJucZcQu99c8MJ71wCCD7bBMoV9KZwLEGoxbcnj3o5uq6jBe"
SECRET_KEY="secret_key_string"
JWT_SALT="salt_value"
JWT_EXPIRE_HOURS="72"

DB_INIT="false"
Expand Down

0 comments on commit 584dc9f

Please sign in to comment.