Shorter config key, comments

This commit is contained in:
DarkCat09
2023-08-21 15:30:06 +04:00
parent a487770622
commit 61d5dc45fe
3 changed files with 8 additions and 11 deletions

View File

@ -1,3 +1,4 @@
HOST=127.0.0.1 # set 0.0.0.0 if you don't use reverse proxy
HOST=127.0.0.1 # 0.0.0.0 if txtdot is not behind reverse proxy
PORT=8080
REVERSE_PROXY_ENABLED=true # if you use reverse proxy set x-forwarded-host
REVERSE_PROXY=true # only for reverse proxy; see docs