Retoor software development Projects Research SearchXNG
Register Sign In

6 lines
162 B
Bash
Raw Normal View History

searxng brand
2021-04-22 08:33:31 +02:00
export GIT_URL='https://github.com/searxng/searxng'
build environment: add GIT_BRANCH variable Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-03-29 16:28:17 +02:00
export GIT_BRANCH='master'
[mod] reduce enviroment variables in shell scripts to what is needed Not all settings from the 'brand:' section of the YAML files are needed in the shell scripts. This patch reduce the variables in ./utils/brand.env to what is needed. The following ('brand:' settings) can be removed from this file: - ISSUE_URL - DOCS_URL - PUBLIC_INSTANCES - WIKI_URL Tasks running outside of an *installed instance*, need the following settings from the YAML configuration: - GIT_URL <--> brand.git_url - GIT_BRANCH <--> brand.git_branch - SEARX_URL <--> server.base_url (aka PUBLIC_URL) - SEARX_PORT <--> server.port - SEARX_BIND_ADDRESS <--> server.bind_address Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-07-20 13:16:21 +02:00
export SEARX_URL=''
export SEARX_PORT='8888'
export SEARX_BIND_ADDRESS='127.0.0.1'
Reference in New Issue Copy Permalink
7196a9b5dd
searxng/utils/brand.env
Response time: 54ms
Mail Licenses API