txtdot/.env.example
2023-09-25 11:14:19 +04:00

8 lines
200 B
Plaintext

HOST=127.0.0.1 # 0.0.0.0 if txtdot is not behind reverse proxy
PORT=8080
REVERSE_PROXY=true # only for reverse proxy; see docs
PROXY_RES=true
SWAGGER=false # whether to add API docs route or not