One less file to change hopefully
This commit is contained in:
@@ -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'] = {}
|
||||
|
||||
Reference in New Issue
Block a user