searxng/utils/brand.env

6 lines
168 B
Bash
Raw Normal View History

export SEARXNG_URL=''
2021-10-02 14:56:11 +00:00
export SEARXNG_PORT='8888'
2021-10-02 14:58:09 +00:00
export SEARXNG_BIND_ADDRESS='127.0.0.1'
export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='master'