3
0

Fix .env.example for AUTH_JWT_EXPIRY

This commit is contained in:
Denis Arh
2020-03-12 18:54:07 +01:00
parent ed445d120c
commit 7fbd4eab30

View File

@@ -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)