Files
searxng/utils/brand.env
T

10 lines
376 B
Bash
Raw Normal View History

export SEARX_URL=''
export GIT_URL='https://github.com/searx/searx'
2020-03-29 16:28:17 +02:00
export GIT_BRANCH='master'
export ISSUE_URL='https://github.com/searx/searx/issues'
export DOCS_URL='https://searx.github.io/searx'
2020-03-29 11:41:59 +02:00
export PUBLIC_INSTANCES='https://searx.space'
2020-12-21 10:55:28 +01:00
export CONTACT_URL=''
export WIKI_URL='https://github.com/searx/searx/wiki'
export TWITTER_URL='https://twitter.com/Searx_engine'