From 7fbd4eab306078ad4aea7b3dcbc31a6e4ce31411 Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Thu, 12 Mar 2020 18:54:07 +0100 Subject: [PATCH] Fix .env.example for AUTH_JWT_EXPIRY --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index ba255c4e2..f5ff0a7c9 100644 --- a/.env.example +++ b/.env.example @@ -19,7 +19,7 @@ SMTP_FROM="Corteza" # 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)