diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-14 18:43:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-14 18:43:55 -0500 |
commit | 9a023aab3d2c7ba32d6afe30ba79c4aab1076635 (patch) | |
tree | ba7269792ea42560d384b73ad6b5d35ab72668f9 /config.env.example | |
parent | c0949018cf580de3b4775467a387dba7b0c8651a (diff) | |
download | yt-local-docker-9a023aab3d2c7ba32d6afe30ba79c4aab1076635.tar.lz yt-local-docker-9a023aab3d2c7ba32d6afe30ba79c4aab1076635.tar.xz yt-local-docker-9a023aab3d2c7ba32d6afe30ba79c4aab1076635.zip |
Add new config
Diffstat (limited to 'config.env.example')
-rw-r--r-- | config.env.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.env.example b/config.env.example index c06f8d2..fb0f820 100644 --- a/config.env.example +++ b/config.env.example @@ -2,6 +2,9 @@ # yt-local options # +APP_PUBLIC=True +APP_URL=http://example.org + ROUTE_TOR=0 TOR_PORT=9050 TOR_CONTROL_PORT=9151 |