Skip to content

Commit

Permalink
Fix connection refusion (#72)
Browse files Browse the repository at this point in the history
* fix: socket connection refused

* chore: update versions
  • Loading branch information
artegoser authored Jan 6, 2024
1 parent fa6c9cc commit ead78e7
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 216 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit ead78e7

Please sign in to comment.