Skip to content

Commit

Permalink
Include SESSION_COOKIE_AGE in .env.example
Browse files Browse the repository at this point in the history
Suggested-by: Alexey Skobkin <[email protected]>
  • Loading branch information
dato committed Jan 25, 2024
1 parent 500e4eb commit 80ad36e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ TWO_FACTOR_LOGIN_MAX_SECONDS=60
# and AWS_S3_CUSTOM_DOMAIN (if used) are added by default.
# Value should be a comma-separated list of host names.
CSP_ADDITIONAL_HOSTS=

# The last number here means "megabytes"
# Increase if users are having trouble uploading BookWyrm export files.
DATA_UPLOAD_MAX_MEMORY_SIZE = (1024**2 * 100)
DATA_UPLOAD_MAX_MEMORY_SIZE = (1024**2 * 100)

# Time before being logged out (in seconds)
# SESSION_COOKIE_AGE=2592000 # current default: 30 days

0 comments on commit 80ad36e

Please sign in to comment.