diff options
Diffstat (limited to 'utils/brand.env')
| -rw-r--r-- | utils/brand.env | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/utils/brand.env b/utils/brand.env index e0c670a01..c09ea9d2f 100644 --- a/utils/brand.env +++ b/utils/brand.env @@ -1,8 +1,5 @@ +export GIT_URL='https://github.com/return42/searxng' +export GIT_BRANCH='fix-searx.sh' export SEARX_URL='' -export GIT_URL='https://github.com/searxng/searxng' -export GIT_BRANCH='master' -export ISSUE_URL='https://github.com/searxng/searxng/issues' -export DOCS_URL='https://searxng.github.io/searxng' -export PUBLIC_INSTANCES='https://searx.space' -export CONTACT_URL='' -export WIKI_URL='https://github.com/searxng/searxng/wiki' +export SEARX_PORT='7777' +export SEARX_BIND_ADDRESS='127.0.0.12' |