aboutsummaryrefslogtreecommitdiffstats
path: root/config.env.example
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-13 19:49:46 -0500
committerJesús <heckyel@hyperbola.info>2021-08-13 19:49:46 -0500
commitc0949018cf580de3b4775467a387dba7b0c8651a (patch)
tree7b71f623855da9239d19df426c8455dd8d44b90d /config.env.example
parentb6423420cc1ecf9933ebddd5d0a141c082821097 (diff)
downloadyt-local-docker-c0949018cf580de3b4775467a387dba7b0c8651a.tar.lz
yt-local-docker-c0949018cf580de3b4775467a387dba7b0c8651a.tar.xz
yt-local-docker-c0949018cf580de3b4775467a387dba7b0c8651a.zip
[config] update
Diffstat (limited to 'config.env.example')
-rw-r--r--config.env.example8
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