From 9e266ecad3cc20faf2c12cdab7862c29cf8df2ec Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 2 Oct 2021 16:58:09 +0200 Subject: SearXNG: SEARX_BIND_ADDRESS --- utils/brand.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/brand.env') 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' -- cgit v1.2.3