summaryrefslogtreecommitdiff
path: root/searx/brand.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-03-30 14:51:40 +0000
committerGitHub <noreply@github.com>2020-03-30 14:51:40 +0000
commit949378a07f7baa7ded50f15b386a72e5cd687006 (patch)
treea38e004d304de0b2480b50bd36c3f521fbf08546 /searx/brand.py
parent9a2f26d915ee05d933a18c31bca2121658aa7ffd (diff)
parent1ae39787c1d19a6781ad3d5cb0b2615741d9eb4b (diff)
Merge pull request #1900 from return42/issue-1898
export build variables / support brands
Diffstat (limited to 'searx/brand.py')
-rw-r--r--searx/brand.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/brand.py b/searx/brand.py
new file mode 100644
index 000000000..d563447f6
--- /dev/null
+++ b/searx/brand.py
@@ -0,0 +1,5 @@
+GIT_URL = 'https://github.com/asciimoo/searx'
+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'