mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
6 lines
164 B
Bash
6 lines
164 B
Bash
export SEARX_URL=''
|
|
export SEARXNG_PORT='8888'
|
|
export SEARX_BIND_ADDRESS='127.0.0.1'
|
|
export GIT_URL='https://github.com/searxng/searxng'
|
|
export GIT_BRANCH='master'
|