txtdot/.env.example
Artemy Egorov ead78e79ab
Fix connection refusion (#72)
* fix: socket connection refused

* chore: update versions
2024-01-06 18:46:55 +00:00

15 lines
371 B
Plaintext

HOST=127.0.0.1 # 0.0.0.0 if txtdot is not behind reverse proxy
PORT=8080
TIMEOUT=0 # Connection timout 0 (no timout)
REVERSE_PROXY=true # only for reverse proxy; see docs
PROXY_RES=true
SWAGGER=false # whether to add API docs route or not
# Search
SEARCH_ENABLED=false # If enabled then you need >
SEARX_URL="" # Base url of searxng instance without /search, etc