diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-10-02 16:56:11 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-10-02 16:56:24 +0200 |
| commit | 6443ed75622e8b99ea69b60a573275617d5f87a5 (patch) | |
| tree | e68261c8e0dbccf95edee4a2b0dfd5cc737480ed /utils/brand.env | |
| parent | 430babca253369d82e864500118f914a9420f74b (diff) | |
SearXNG: SEARXNG_PORT
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 bd1629175..d63e686d4 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -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' |