summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/manage.sh b/manage.sh
index 6667274b1..4831fc1fa 100755
--- a/manage.sh
+++ b/manage.sh
@@ -10,6 +10,7 @@ PYTHONPATH="$BASE_DIR"
SEARX_DIR="$BASE_DIR/searx"
ACTION="$1"
+. "${BASE_DIR}/utils/brand.env"
#
# Python
@@ -186,6 +187,13 @@ Commands
Build
-----
locales - Compile locales
+
+Environment:
+ GIT_URL: ${GIT_URL}
+ ISSUE_URL: ${ISSUE_URL}
+ SEARX_URL: ${SEARX_URL}
+ DOCS_URL: ${DOCS_URL}
+ PUBLIC_INSTANCES: ${PUBLIC_INSTANCES}
"
}