From 59e4026762a809fe2a5b5a5a949d7d671f4d989b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 17 Feb 2020 18:58:59 +0100 Subject: searx.sh: install settings at /etc/searx/settings.yml Signed-off-by: Markus Heiser --- .config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config.mk') diff --git a/.config.mk b/.config.mk index 3349a7602..e03d29056 100644 --- a/.config.mk +++ b/.config.mk @@ -6,8 +6,8 @@ # Compare your settings here with file .config.sh used by the toolboxing in # utils. -export SEARX_URL=https://searx.me +export SEARX_URL:=$(or ${SEARX_URL},https://searx.me) -export GIT_URL=https://github.com/asciimoo/searx -export DOCS_URL=https://asciimoo.github.io/searx +export DOCS_URL:=$(or ${DOCS_URL},https://asciimoo.github.io/searx) +export GIT_URL:=$(or ${GIT_URL},https://github.com/asciimoo/searx) -- cgit v1.2.3