Remove unused secret string
This commit is contained in:
parent
8e5527b4eb
commit
7ecca7a1cb
|
@ -12,7 +12,7 @@ search:
|
||||||
server:
|
server:
|
||||||
port : 8889
|
port : 8889
|
||||||
bind_address : "::" # address to listen on
|
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/"
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||||
image_proxy : False # Proxying image results through searx
|
image_proxy : False # Proxying image results through searx
|
||||||
http_protocol_version : "1.0" # 1.0 and 1.1 are supported
|
http_protocol_version : "1.0" # 1.0 and 1.1 are supported
|
||||||
|
|
Loading…
Reference in a new issue