Skip to content

Commit

Permalink
Updated ENV example
Browse files Browse the repository at this point in the history
  • Loading branch information
aymenBenadra committed May 17, 2022
1 parent 7e44545 commit dfa091b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ DB_NAME = 'YOUR_DB_NAME'
# JWT Params
SERVER_ADDRESS = 'YOUR_SERVER_ADDRESS'
CLIENT_ADDRESS = 'YOUR_CLIENT_ADDRESS'
JWT_SECRET_KEY = 'YOUR_JWT_SECRET_KEY'
JWT_SECRET_KEY = 'YOUR_JWT_SECRET_KEY'
JWT_ALGORITHM = 'HS256'
JWT_ACCESS_EXP_DELTA_SECONDS = 3600
JWT_REFRESH_EXP_DELTA_SECONDS = 86400

0 comments on commit dfa091b

Please sign in to comment.