mirror of
https://github.com/searxng/searxng
synced 2024-11-05 06:01:05 +00:00
a9fc4885f2
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
6 lines
168 B
Bash
6 lines
168 B
Bash
export SEARXNG_URL=''
|
|
export SEARXNG_PORT='8888'
|
|
export SEARXNG_BIND_ADDRESS='127.0.0.1'
|
|
export GIT_URL='https://github.com/searxng/searxng'
|
|
export GIT_BRANCH='master'
|