diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2021-06-27 11:48:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-27 11:48:43 +0000 |
| commit | 2988ef2ca506de642a439b218e5c1e7dd16ffc64 (patch) | |
| tree | 6f86af06318421108de560e9e86b98439bcfc84b /.config.sh | |
| parent | 17fde80ece0e7aab5635b50aaf9d81d19ba319d2 (diff) | |
| parent | cc1195188550639f6fad98eeeb963bd0daf77b7b (diff) | |
Merge pull request #182 from return42/fix-.config.sh
[fix] .config.sh: typo SEARX_INTERNAL_URL --> SEARX_INTERNAL_HTTP
Diffstat (limited to '.config.sh')
| -rw-r--r-- | .config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |