mirror of https://github.com/searxng/searxng.git
10 lines
376 B
Bash
10 lines
376 B
Bash
export SEARX_URL=''
|
|
export GIT_URL='https://github.com/searx/searx'
|
|
export GIT_BRANCH='master'
|
|
export ISSUE_URL='https://github.com/searx/searx/issues'
|
|
export DOCS_URL='https://searx.github.io/searx'
|
|
export PUBLIC_INSTANCES='https://searx.space'
|
|
export CONTACT_URL=''
|
|
export WIKI_URL='https://github.com/searx/searx/wiki'
|
|
export TWITTER_URL='https://twitter.com/Searx_engine'
|