Now with variable key and max body size
This commit is contained in:
@@ -14,6 +14,8 @@ AE_LOG_LVL=warning # Python loglevel: warning, info, debug, etc
|
||||
|
||||
OSIT_WEB_HTTP_PORT=8080
|
||||
OSIT_WEB_HTTPS_PORT=4443
|
||||
# Max body size is for nginx gunicorn apps (AE app and AE API)
|
||||
OSIT_WEB_MAX_BODY_SIZE=5120M
|
||||
|
||||
# For now this extra host variable is important for the AE Flask app to connect to the AE FastAPI API.
|
||||
DOCKER_AE_SERVER_EXTRA_HOST=test.oneskyit.com:192.168.32.20
|
||||
@@ -97,3 +99,5 @@ AE_APP_LOG_PATH="/logs/aether_app.log"
|
||||
AE_APP_WORKERS=1
|
||||
AE_APP_THREADS=1
|
||||
AE_APP_RELOAD=True
|
||||
# Generate a new key with: # python -c 'import os; print(os.urandom(16))'
|
||||
AE_APP_CACHE_SECRET_KEY="$\x93\x12\xb4R\x80R\xb5\xe50\xa0k\xc8#RN"
|
||||
Reference in New Issue
Block a user