diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-03 18:48:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-03 18:48:23 +0200 |
| commit | 9da9dbcbb45bd41948789529a3bd5e32da6cb62f (patch) | |
| tree | c52ae4a1d47140d5e531e78b7fbc11e0a354c7ec /utils/brand.env | |
| parent | e39a03cc61e9792afb34084fb4d9973a61deecea (diff) | |
| parent | 253b8503765b6f0d21135254277e72d17a51e04a (diff) | |
Merge pull request #373 from dalf/searxng-environ
SearXNG: environment variables
Diffstat (limited to 'utils/brand.env')
| -rw-r--r-- | utils/brand.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/brand.env b/utils/brand.env index bd1629175..5cc2af35b 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,5 +1,5 @@ export SEARX_URL='' -export SEARX_PORT='8888' -export SEARX_BIND_ADDRESS='127.0.0.1' +export SEARXNG_PORT='8888' +export SEARXNG_BIND_ADDRESS='127.0.0.1' export GIT_URL='https://github.com/searxng/searxng' export GIT_BRANCH='master' |