diff options
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config.env.example b/config.env.example index d32e42b..c06f8d2 100644 --- a/config.env.example +++ b/config.env.example @@ -6,6 +6,8 @@ ROUTE_TOR=0 TOR_PORT=9050 TOR_CONTROL_PORT=9151 +PORT_NUMBER=8080 + ALLOW_FOREIGN_ADDRESSES=True SUBTITLES_MODE=0 @@ -41,9 +43,11 @@ DEBUGGING_SAVE_RESPONSES=False MAX_CIRCUIT=500 # seconds CIRCUIT_TIMEOUT=500 # seconds +URL_CHECK=https://www.youtube.com/results?search_query=rms # -# Health TOR check +# Gunicorn options # -URL_CHECK=https://www.youtube.com/results?search_query=rms +GUNICORN_NUM_WORKERS=4 +GUNICORN_TIMEOUT=120 |