diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-03-30 14:51:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-30 14:51:40 +0000 |
| commit | 949378a07f7baa7ded50f15b386a72e5cd687006 (patch) | |
| tree | a38e004d304de0b2480b50bd36c3f521fbf08546 /utils | |
| parent | 9a2f26d915ee05d933a18c31bca2121658aa7ffd (diff) | |
| parent | 1ae39787c1d19a6781ad3d5cb0b2615741d9eb4b (diff) | |
Merge pull request #1900 from return42/issue-1898
export build variables / support brands
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/brand.env | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/brand.env b/utils/brand.env new file mode 100644 index 000000000..7fe1a3911 --- /dev/null +++ b/utils/brand.env @@ -0,0 +1,5 @@ +export GIT_URL='https://github.com/asciimoo/searx' +export ISSUE_URL='https://github.com/asciimoo/searx/issues' +export SEARX_URL='https://searx.me' +export DOCS_URL='https://asciimoo.github.io/searx' +export PUBLIC_INSTANCES='https://searx.space' |