services/searxng: enable JSON response format
This commit is contained in:
parent
91a29e5255
commit
80936c5694
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ in
|
||||||
server = {
|
server = {
|
||||||
secret_key = "@SEARXNG_SECRET@";
|
secret_key = "@SEARXNG_SECRET@";
|
||||||
};
|
};
|
||||||
|
search.formats = [
|
||||||
|
"html"
|
||||||
|
"json"
|
||||||
|
];
|
||||||
engines = [
|
engines = [
|
||||||
{ name = "bing"; disabled = true; }
|
{ name = "bing"; disabled = true; }
|
||||||
{ name = "brave"; disabled = true; }
|
{ name = "brave"; disabled = true; }
|
||||||
|
|
Loading…
Reference in a new issue