One less file to change hopefully

This commit is contained in:
Scott Idem
2023-06-13 16:25:08 -04:00
parent 5b65bd5a1f
commit 37af3019c6

View File

@@ -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'] = {}