Skip to content

Commit

Permalink
added SESSION_EXPIRATION_MINUTES to example config
Browse files Browse the repository at this point in the history
  • Loading branch information
heartsucker committed Oct 5, 2017
1 parent d3fbac0 commit 5090c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions securedrop/config.py.example
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ DATABASE_FILE = os.path.join(SECUREDROP_DATA_ROOT, 'db.sqlite')
#SUPPORTED_LOCALES = ['en_US', 'fr_FR', 'nb_NO']
# Which of the available locales should be displayed by default ?
DEFAULT_LOCALE = 'en_US'

# How long a session is valid before it expires and logs a user out
SESSION_EXPIRATION_MINUTES = 30

0 comments on commit 5090c3d

Please sign in to comment.