Hopefully this works....
This commit is contained in:
@@ -3,6 +3,9 @@ TZ=US/Eastern
|
||||
|
||||
CONTAINER_WEB=ae_web_default
|
||||
CONTAINER_AE_API=ae_api_default
|
||||
CONTAINER_AE_API_RED=ae_api_default_red
|
||||
CONTAINER_AE_API_GREEN=ae_api_default_green
|
||||
CONTAINER_AE_API_BLUE=ae_api_default_blue
|
||||
CONTAINER_AE_APP=ae_app_default
|
||||
CONTAINER_PHP7=ae_php7_default
|
||||
CONTAINER_REDIS=ae_redis_default
|
||||
@@ -96,6 +99,9 @@ AE_API_DIR=/srv/aether_api
|
||||
AE_API_LOG_PATH="/logs/aether_api.log"
|
||||
AE_API_V5_LOG_PATH="/logs/aether_api_v5.log"
|
||||
AE_API_GUNICORN_PORT=5065
|
||||
AE_API_GUNICORN_PORT_RED=5066
|
||||
AE_API_GUNICORN_PORT_GREEN=5067
|
||||
AE_API_GUNICORN_PORT_BLUE=5068
|
||||
AE_API_GUNICORN_TIMEOUT=2100 # (default=30; should be much higher)
|
||||
AE_API_GUNICORN_GRACEFUL_TIMEOUT=30 # (default=30)
|
||||
AE_API_GUNICORN_KEEPALIVE=30 # (default=2)
|
||||
|
||||
Reference in New Issue
Block a user