diff options
Diffstat (limited to 'searx/brand.py')
| -rw-r--r-- | searx/brand.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/brand.py b/searx/brand.py new file mode 100644 index 000000000..7cbca7b0f --- /dev/null +++ b/searx/brand.py @@ -0,0 +1,4 @@ +GIT_URL = 'https://github.com/asciimoo/searx' +SEARX_URL = 'https://searx.me' +DOCS_URL = 'https://asciimoo.github.io/searx' +PUBLIC_INSTANCES = 'https://searx.space' |