Files
searxng/searx/brand.py
T

6 lines
219 B
Python
Raw Normal View History

GIT_URL = 'https://github.com/asciimoo/searx'
2020-03-25 17:48:34 +01:00
ISSUE_URL = 'https://github.com/asciimoo/searx/issues'
SEARX_URL = 'https://searx.me'
DOCS_URL = 'https://asciimoo.github.io/searx'
PUBLIC_INSTANCES = 'https://searx.space'