Remove unused secret string

This commit is contained in:
Scott Wallace 2019-10-12 13:52:26 +01:00
parent 8e5527b4eb
commit 7ecca7a1cb

View file

@ -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