SearXNG: SEARX_BIND_ADDRESS

This commit is contained in:
Alexandre Flament 2021-10-02 16:58:09 +02:00
parent 6443ed7562
commit 9e266ecad3
7 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
export SEARX_URL=''
export SEARXNG_PORT='8888'
export SEARX_BIND_ADDRESS='127.0.0.1'
export SEARXNG_BIND_ADDRESS='127.0.0.1'
export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='master'