From cc1195188550639f6fad98eeeb963bd0daf77b7b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 27 Jun 2021 12:53:03 +0200 Subject: [fix] .config.sh: typo SEARX_INTERNAL_URL --> SEARX_INTERNAL_HTTP There is a typo in .config.sh that causes confusion more and more often. SEARX_INTERNAL_HTTP should be the correct name of the environment variable. First mentioned in [1] and also discussed in [2]. [1] https://github.com/searx/searx/pull/2273 [2] https://github.com/searx/searx/discussions/2863 Signed-off-by: Markus Heiser --- .config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config.sh') diff --git a/.config.sh b/.config.sh index e9e79d82c..3a17b8b29 100644 --- a/.config.sh +++ b/.config.sh @@ -25,7 +25,7 @@ fi # searx.sh # --------- -# SEARX_INTERNAL_URL="127.0.0.1:8888" +# SEARX_INTERNAL_HTTP="127.0.0.1:8888" # SEARX_SETTINGS_TEMPLATE="${REPO_ROOT}/utils/templates/etc/searx/use_default_settings.yml" # Only change, if you maintain a searx brand in your searx fork (GIT_URL) which -- cgit v1.2.3