Fix an oopsie i left in settings.yml while testing

This commit is contained in:
Solirs 2023-03-02 15:03:25 +01:00
parent 6a80f1acc7
commit 1a9dd5aa53

View file

@ -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: "0.0.0.0" bind_address: "127.0.0.1"
# 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"