aboutsummaryrefslogtreecommitdiff
path: root/app/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/config.py')
-rw-r--r--app/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/config.py b/app/config.py
index 2a157fa..fc37f36 100644
--- a/app/config.py
+++ b/app/config.py
@@ -6,6 +6,7 @@ def load_config(path):
result = {
'SQLALCHEMY_DATABASE_URI': contents['database']['postgres_url'],
'SECRET_KEY': contents['server']['secret_key'],
+ 'DEBUG': contents['server']['debug'],
'SECURITY_REGISTERABLE': True,
'SECURITY_PASSWORD_SALT': contents['server']['secret_key']
}