SearXNG: SEARXNG_PORT

This commit is contained in:
Alexandre Flament 2021-10-02 16:56:11 +02:00
parent 430babca25
commit 6443ed7562
6 changed files with 6 additions and 6 deletions

View file

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