diff --git a/.ansible/roles/searx_server/files/settings.yaml b/.ansible/roles/searx_server/files/settings.yaml index 088e7ab..07a33ce 100644 --- a/.ansible/roles/searx_server/files/settings.yaml +++ b/.ansible/roles/searx_server/files/settings.yaml @@ -12,7 +12,7 @@ search: server: port : 8889 bind_address : "::" # address to listen on - secret_key : "56ef02b698cd6995ace2156778a5697d" + secret_key : "notused" base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" image_proxy : False # Proxying image results through searx http_protocol_version : "1.0" # 1.0 and 1.1 are supported