Work to get Flask updated. General config clean up.

This commit is contained in:
Scott Idem
2023-10-19 12:05:21 -04:00
parent 92baaccb48
commit 14e046b77c
7 changed files with 153 additions and 8 deletions

View File

@@ -81,7 +81,7 @@ AETHER_CFG['app']['ux_mode'] = None # In this case it is the same as mode. None,
AETHER_CFG['app']['theme'] = None # For future use or at least for 'light', 'dark', 'contrast' themes?
AETHER_CFG['app']['path_hosted_files_root']: str = None
AETHER_CFG['app']['path_hosted_tmp_root']: str = None
AETHER_CFG['app']['path_hosted_qr_images']: str = None # Will contain only QR code image files
# AETHER_CFG['app']['path_hosted_qr_images']: str = None # Will contain only QR code image files; Use path_hosted_tmp_root instead
## Aether API for Flask app configuration (pull from "cfg_flask" table)
AETHER_CFG['api'] = {}