More work on configs and env

This commit is contained in:
Scott Idem
2023-09-08 14:45:02 -04:00
parent 9262e9987e
commit e8e7fc2383
2 changed files with 2 additions and 1 deletions

View File

@@ -100,6 +100,7 @@ AE_API_GUNICORN_WORKERS=2 # (default=2)
AE_API_GUNICORN_THREADS=2 # (default=2)
AE_API_RELOAD=False
AE_API_JWT_KEY="ABC123 22 CHARS" # 22 characters; super secret Aether JWT signing key
AE_API_ORIGINS_REGEX="(https://.*\.oneskyit\.com)|(https://.*\.oneskyit\.com:4443)|(https://.*\.oneskyit\.com:8443)" # default allows for some sane domains related to https://.*\.oneskyit\.com with some common extra ports
# Aether app specific config (Flask with Svelte)
AE_APP_CFG_ID=0