blob: a8491d15d40d2806d9409a4a4fc7111e40d99391 (
plain)
1
2
3
4
5
6
7
|
export SEARX_URL=''
export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='master'
export ISSUE_URL='https://github.com/searxng/searxng/issues'
export DOCS_URL='https://searxng.github.io/searxng'
export PUBLIC_INSTANCES='https://searx.space'
export WIKI_URL='https://github.com/searxng/searxng/wiki'
|