summarylogtreecommitdiffstats
path: root/rockpass.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rockpass.conf')
-rw-r--r--rockpass.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/rockpass.conf b/rockpass.conf
index 2772c482835b..5f10e471d6db 100644
--- a/rockpass.conf
+++ b/rockpass.conf
@@ -13,8 +13,11 @@ ROCKET_SECRET_KEY="fIdKuZfnI2oUJg4HMrKB7RTXxXS5B2Yw9D5RpOaKciI="
# Disable the possibility of create new accounts (default: true)
#ROCKET_REGISTRATION_ENABLED=false
-# Set the life time of login token in seconds (default: 2592000, 30 days)
-#ROCKET_TOKEN_LIFETIME=2592000
+# Set the life time of access token in seconds (default: 3600, 1 hour)
+#ROCKET_ACCESS_TOKEN_LIFETIME=3600
+
+# Set the life time of refresh token in seconds (default: 2592000, 30 days)
+#ROCKET_REFRESH_TOKEN_LIFETIME=2592000
# Log level (default: critical)
-#ROCKET_LOG=normal
+#ROCKET_LOG_LEVEL=normal