Fix .env.example for AUTH_JWT_EXPIRY
This commit is contained in:
@@ -19,7 +19,7 @@ SMTP_FROM="Corteza" <info@local.cortezaproject.org>
|
||||
# If not set, random value will be set every time you reset the service
|
||||
#AUTH_JWT_SECRET=
|
||||
|
||||
# JWT expiration (default 30 days)
|
||||
# JWT expiration (duration, default: '720h', 30 days)
|
||||
#AUTH_JWT_EXPIRY=
|
||||
|
||||
# Debug level you want to use (anything equal or lower than that will be logged)
|
||||
|
||||
Reference in New Issue
Block a user