Files
searxng/searx/brand.py
T

8 lines
249 B
Python
Raw Normal View History

GIT_URL = 'https://github.com/searx/searx'
2020-03-29 16:28:17 +02:00
GIT_BRANCH = 'master'
ISSUE_URL = 'https://github.com/searx/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://searx.github.io/searx'
PUBLIC_INSTANCES = 'https://searx.space'
2020-12-21 10:55:28 +01:00
CONTACT_URL = ''