Fix connection refusion (#72)

* fix: socket connection refused

* chore: update versions
This commit is contained in:
Artemy Egorov
2024-01-06 21:46:55 +03:00
committed by GitHub
parent fa6c9cc2a0
commit ead78e79ab
6 changed files with 368 additions and 216 deletions

View File

@ -1,7 +1,14 @@
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