From 37af3019c65df6f1da4c4e286bd994777756f97f Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Tue, 13 Jun 2023 16:25:08 -0400 Subject: [PATCH] One less file to change hopefully --- conf/aether_app_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/aether_app_config.py b/conf/aether_app_config.py index cad5289..abb53fe 100644 --- a/conf/aether_app_config.py +++ b/conf/aether_app_config.py @@ -67,7 +67,7 @@ ISOLATION_LEVEL = 'READ COMMITTED' AETHER_CFG = {} ## General Aether configuration options -AETHER_CFG['id'] = 5 # Aether config ID +AETHER_CFG['id'] = os.getenv('AE_CFG_ID', None) # Aether config ID ## Aether Flask app (not a specific browser client) configuration (pull from "cfg_flask" table) AETHER_CFG['app'] = {}