Add SESSION_SECRET env var to .env
This commit is contained in:
@@ -8,8 +8,13 @@ TIMEZONE=America/Edmonton
|
||||
# Public uploader page (optional)
|
||||
PUBLIC_UPLOAD_PAGE_ENABLED=true
|
||||
|
||||
# Local dedupe cache (SQLite)
|
||||
#STATE_DB=./data/state.db
|
||||
# Login cookie session secret
|
||||
# Set this to something random if you want login sessions
|
||||
# to persist between container or app restarts.
|
||||
#SESSION_SECRET=
|
||||
|
||||
# Custom DB location
|
||||
#STATE_DB=
|
||||
|
||||
# Base URL for generating absolute invite links
|
||||
# Recommended for production, also sets CORS headers
|
||||
|
||||
Reference in New Issue
Block a user