diff options
author | Alexandre Flament <alex@al-f.net> | 2021-10-02 16:58:09 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 16:58:09 +0200 |
commit | 9e266ecad3cc20faf2c12cdab7862c29cf8df2ec (patch) | |
tree | 909c3128b5971617392c7052c836e67577cd02c4 /utils/brand.env | |
parent | 6443ed75622e8b99ea69b60a573275617d5f87a5 (diff) | |
download | searxng-9e266ecad3cc20faf2c12cdab7862c29cf8df2ec.tar.gz searxng-9e266ecad3cc20faf2c12cdab7862c29cf8df2ec.zip |
SearXNG: SEARX_BIND_ADDRESS
Diffstat (limited to 'utils/brand.env')
-rw-r--r-- | utils/brand.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/brand.env b/utils/brand.env index d63e686d4..5cc2af35b 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -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' |