mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 10:02:20 +02:00
9 lines
331 B
Python
9 lines
331 B
Python
SEARX_URL = ''
|
|
GIT_URL = 'https://github.com/searx/searx'
|
|
GIT_BRANCH = 'master'
|
|
ISSUE_URL = 'https://github.com/searx/searx/issues'
|
|
DOCS_URL = 'https://searx.github.io/searx'
|
|
PUBLIC_INSTANCES = 'https://searx.space'
|
|
CONTACT_URL = ''
|
|
WIKI_URL = 'https://github.com/searx/searx/wiki'
|
|
TWITTER_URL = 'https://twitter.com/Searx_engine'
|