summaryrefslogtreecommitdiff
path: root/.config.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-10-03 18:48:23 +0200
committerGitHub <noreply@github.com>2021-10-03 18:48:23 +0200
commit9da9dbcbb45bd41948789529a3bd5e32da6cb62f (patch)
treec52ae4a1d47140d5e531e78b7fbc11e0a354c7ec /.config.sh
parente39a03cc61e9792afb34084fb4d9973a61deecea (diff)
parent253b8503765b6f0d21135254277e72d17a51e04a (diff)
Merge pull request #373 from dalf/searxng-environ
SearXNG: environment variables
Diffstat (limited to '.config.sh')
-rw-r--r--.config.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config.sh b/.config.sh
index 0e41a73b0..36066139f 100644
--- a/.config.sh
+++ b/.config.sh
@@ -17,14 +17,14 @@
# --------------
# The setup of the SearXNG instance is done in the settings.yml
-# (SEARX_SETTINGS_PATH). Read the remarks in [1] carefully and don't forget to
+# (SEARXNG_SETTINGS_PATH). Read the remarks in [1] carefully and don't forget to
# rebuild instance's environment (make buildenv) if needed. The settings.yml
# file of an already installed instance is shown by::
#
# $ ./utils/searx.sh --help
# ---- SearXNG instance setup (already installed)
-# SEARX_SETTINGS_PATH : /etc/searx/settings.yml
-# SEARX_SRC : /usr/local/searx/searx-src
+# SEARXNG_SETTINGS_PATH : /etc/searx/settings.yml
+# SEARX_SRC : /usr/local/searx/searx-src
#
# [1] https://searxng.github.io/searxng/admin/engines/settings.html