added security salt in default configuration

blueprint_refactoring
Simon Pirkelmann 2022-02-04 22:38:26 +01:00
parent a77dcd1878
commit 856a72b0cc
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ class DefaultConfig(object):
DEBUG = False
SECRET_KEY = 'supersecret'
SECURITY_PASSWORD_SALT = 'salty'
SECURITY_REGISTERABLE = False
SECURITY_CHANGEABLE = True