From 1d969c53b27bdb4cdf871c0bea4f821e54c5a6ce Mon Sep 17 00:00:00 2001 From: Solirs Date: Thu, 2 Mar 2023 14:34:50 +0100 Subject: [PATCH] Add settings.yml comment --- searx/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 1615916bd..d5243d856 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -69,7 +69,7 @@ server: # instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT} # and ${SEARXNG_BIND_ADDRESS} port: 8888 - bind_address: "127.0.0.1" + bind_address: "0.0.0.0" # public URL of the instance, to ensure correct inbound links. Is overwritten # by ${SEARXNG_URL}. base_url: false # "http://example.com/location" @@ -109,6 +109,7 @@ ui: query_in_title: false # infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page. infinite_scroll: false + # search_on_autocomplete_click: When true, start a search when an autocomplete suggestion is clicked instead of simply filling the search bar with it. search_on_autocomplete_click: true # ui theme default_theme: simple