bug: .env.example fix comments formatting (#4296)
This commit is contained in:
@@ -6,8 +6,10 @@ DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
|||||||
JWT_SECRET="secret1233"
|
JWT_SECRET="secret1233"
|
||||||
TOKEN_SALT_COMPLEXITY=10
|
TOKEN_SALT_COMPLEXITY=10
|
||||||
MAGIC_LINK_TOKEN_VALIDITY= 3
|
MAGIC_LINK_TOKEN_VALIDITY= 3
|
||||||
REFRESH_TOKEN_VALIDITY="604800000" # Default validity is 7 days (604800000 ms) in ms
|
# Default validity is 7 days (604800000 ms) in ms
|
||||||
ACCESS_TOKEN_VALIDITY="86400000" # Default validity is 1 day (86400000 ms) in ms
|
REFRESH_TOKEN_VALIDITY="604800000"
|
||||||
|
# Default validity is 1 day (86400000 ms) in ms
|
||||||
|
ACCESS_TOKEN_VALIDITY="86400000"
|
||||||
SESSION_SECRET='add some secret here'
|
SESSION_SECRET='add some secret here'
|
||||||
# Reccomended to be true, set to false if you are using http
|
# Reccomended to be true, set to false if you are using http
|
||||||
# Note: Some auth providers may not support http requests
|
# Note: Some auth providers may not support http requests
|
||||||
|
|||||||
Reference in New Issue
Block a user