Files
searxng/utils/brand.env
T

6 lines
166 B
Bash
Raw Normal View History

export SEARX_URL=''
2021-10-02 16:56:11 +02:00
export SEARXNG_PORT='8888'
2021-10-02 16:58:09 +02:00
export SEARXNG_BIND_ADDRESS='127.0.0.1'
2021-07-27 18:37:46 +02:00
export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='master'