Change the brand.env file to the original state

This commit is contained in:
Coccocoa's Helper 2023-11-28 08:11:07 +00:00 committed by GitHub
parent bf75a8c2a0
commit 6ac02ca070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
export SEARXNG_URL='' export SEARXNG_URL=''
export SEARXNG_PORT='8888' export SEARXNG_PORT='8888'
export SEARXNG_BIND_ADDRESS='127.0.0.1' export SEARXNG_BIND_ADDRESS='127.0.0.1'
export GIT_URL='https://github.com//Bnyro/searxng' export GIT_URL='https://github.com/searxng/searxng'
export GIT_BRANCH='bpb' export GIT_BRANCH='master'