session lifetime
This commit is contained in:
@@ -18,6 +18,12 @@ DATABASE_URL=sqlite:///data/db/rustpad.db?mode=rwc
|
||||
|
||||
DATABASE_MAX_CONNECTIONS=8
|
||||
|
||||
# Session lifetime in days
|
||||
# Anonymous pad/workspace access tokens
|
||||
ANONYMOUS_ACCESS_TOKEN_TTL_DAYS=7
|
||||
# Logged-in user sessions
|
||||
USER_SESSION_TTL_DAYS=30
|
||||
|
||||
|
||||
# Logging
|
||||
# available: warn, debug, info
|
||||
@@ -48,3 +54,4 @@ SMTP_PORT=587
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM="RustPad <no-reply@example.com>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user