mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add settings.yml comment
This commit is contained in:
parent
94ed104e7c
commit
1d969c53b2
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@ server:
|
||||||
# instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT}
|
# instance's environment (make buildenv). Is overwritten by ${SEARXNG_PORT}
|
||||||
# and ${SEARXNG_BIND_ADDRESS}
|
# and ${SEARXNG_BIND_ADDRESS}
|
||||||
port: 8888
|
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
|
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||||
# by ${SEARXNG_URL}.
|
# by ${SEARXNG_URL}.
|
||||||
base_url: false # "http://example.com/location"
|
base_url: false # "http://example.com/location"
|
||||||
|
@ -109,6 +109,7 @@ ui:
|
||||||
query_in_title: false
|
query_in_title: false
|
||||||
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
|
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
|
||||||
infinite_scroll: false
|
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
|
search_on_autocomplete_click: true
|
||||||
# ui theme
|
# ui theme
|
||||||
default_theme: simple
|
default_theme: simple
|
||||||
|
|
Loading…
Add table
Reference in a new issue