diff options
author | DannyArends | 2015-09-09 16:36:59 +0200 |
---|---|---|
committer | DannyArends | 2015-09-09 16:36:59 +0200 |
commit | f1c99378cbc0f40297e536b24c9b7af9cbf6b330 (patch) | |
tree | b7a6e30e3ef730acc53932f36d47fa539c0043da /wqflask | |
parent | 5ac15dbb54b96b5ad13ae22c239bb5136a8a5ce1 (diff) | |
download | genenetwork2-f1c99378cbc0f40297e536b24c9b7af9cbf6b330.tar.gz |
Issue genenetwork/genenetwork2#113, forgot to uncomment the secret_key
Diffstat (limited to 'wqflask')
-rwxr-xr-x | wqflask/cfg/default_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/cfg/default_settings.py b/wqflask/cfg/default_settings.py index 2978bf37..88159321 100755 --- a/wqflask/cfg/default_settings.py +++ b/wqflask/cfg/default_settings.py @@ -18,4 +18,4 @@ SQLALCHEMY_POOL_RECYCLE = 3600 SECURITY_PASSWORD_HASH = "bcrypt" SESSION_TYPE = "filesystem" -# SECRET_KEY = "secretkey" +SECRET_KEY = "secretkey" |