diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-01-07 18:33:34 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-01-09 16:31:19 +0100 |
| commit | f9c5727ddc74b9ee3bb95225c30f57c7aeb14806 (patch) | |
| tree | 9cda98183b0efcbca8ba45b53d9502a36a0201a3 /utils/brand.env | |
| parent | 60bc5baea31c24a72cfb4f45322e326cc62caf23 (diff) | |
[mod] get rid of ./utils/brand.env and its workflow
All the environments defined in ./utils/brand.env are generated on the fly, so
there is no longer a need to define the brand environment in this file and all
the workflows to handle this file.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/brand.env')
| -rw-r--r-- | utils/brand.env | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/utils/brand.env b/utils/brand.env deleted file mode 100644 index 31afce53c..000000000 --- a/utils/brand.env +++ /dev/null @@ -1,5 +0,0 @@ -export SEARXNG_URL='' -export SEARXNG_PORT='8888' -export SEARXNG_BIND_ADDRESS='127.0.0.1' -export GIT_URL='https://github.com/searxng/searxng' -export GIT_BRANCH='master' |