From f9b99ce66f56995a29709e9bf24750dab9430767 Mon Sep 17 00:00:00 2001 From: Cara Salter <cara@devcara.com> Date: Wed, 21 Sep 2022 21:33:40 -0400 Subject: bunch of features registration, logging out, listing networks, user profiles --- app/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/config.py') 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'] } -- cgit v1.2.3