From c0949018cf580de3b4775467a387dba7b0c8651a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 13 Aug 2021 19:49:46 -0500 Subject: [config] update --- config.env.example | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.env.example') 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 -- cgit v1.2.3