diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-07-27 08:40:53 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-07-27 08:40:53 +0200 |
| commit | 24fcd7475a280e74105840b7b63fca3be4dbf397 (patch) | |
| tree | 16842670b7543cacaa2e8ed40e8cebbfd4813c82 /utils/brand.env | |
| parent | beff764d7402e6a834f6dbb0a28921fc2577defe (diff) | |
Revert "[brand] !!DO NOT MERGE!! this patch uses branch fix-searx.sh @return42"
This reverts commit e946c3462c2b44fb154d0b6595f4f42605a326e5.
Diffstat (limited to 'utils/brand.env')
| -rw-r--r-- | utils/brand.env | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/brand.env b/utils/brand.env index c09ea9d2f..2075a2bf4 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,5 +1,5 @@ -export GIT_URL='https://github.com/return42/searxng' -export GIT_BRANCH='fix-searx.sh' +export GIT_URL='https://github.com/searxng/searxng' +export GIT_BRANCH='master' export SEARX_URL='' -export SEARX_PORT='7777' -export SEARX_BIND_ADDRESS='127.0.0.12' +export SEARX_PORT='8888' +export SEARX_BIND_ADDRESS='127.0.0.1' |