allow-server-side-sessions (#855)

This commit is contained in:
jodygilbert
2021-01-24 08:09:53 +00:00
committed by GitHub
parent 8f6a800836
commit 7f86730909
4 changed files with 13 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ BIND_ADDRESS = '0.0.0.0'
PORT = 9191
HSTS_ENABLED = False
OFFLINE_MODE = False
FILESYSTEM_SESSIONS_ENABLED = False
### DATABASE CONFIG
SQLA_DB_USER = 'pda'