closes #228
This commit is contained in:
parent
5431f6ab83
commit
0be3739ce6
7 changed files with 85 additions and 1 deletions
|
|
@ -4,6 +4,10 @@
|
|||
# When the environment is "development", DEBUG is set to True.
|
||||
SERVALA_ENVIRONMENT='development'
|
||||
|
||||
# Set to "False" to disable the beta testing banner at the top of every page.
|
||||
# Defaults to "True".
|
||||
SERVALA_SHOW_BETA_BANNER='True'
|
||||
|
||||
# Set SERVALA_PREVIOUS_SECRET_KEY when rotating to a new secret key in order to not expire all sessions and to remain able to read encrypted fields!
|
||||
# In order to retire the previous key, run the ``reencrypt_fields`` command. Once you drop the previous secret key from
|
||||
# the rotation, all sessions that still rely on that key will be invalidated (i.e., users will have to log in again).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue