Merge pull request #522 from return42/fix-master

[fix] brand - partial revert of e82e37ce6
This commit is contained in:
Markus Heiser
2021-11-19 14:06:18 +01:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
export SEARXNG_URL='' export SEARXNG_URL=''
export SEARXNG_PORT='8888' export SEARXNG_PORT='8888'
export SEARXNG_BIND_ADDRESS='127.0.0.1' export SEARXNG_BIND_ADDRESS='127.0.0.1'
export GIT_URL='https://github.com/return42/searxng' export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='doc-theme' export GIT_BRANCH='master'