8 lines
200 B
Plaintext
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
|