searxng: disable public instance
This commit is contained in:
parent
fa8b182d70
commit
bf42de3e29
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@
|
||||||
port = 8100;
|
port = 8100;
|
||||||
bind_address = "0.0.0.0";
|
bind_address = "0.0.0.0";
|
||||||
secret_key = "@SEARXNG_SECRET@";
|
secret_key = "@SEARXNG_SECRET@";
|
||||||
base_url = "https://search.flake.sh/";
|
public_instance = false;
|
||||||
public_instance = true;
|
|
||||||
infinite_scroll = true;
|
infinite_scroll = true;
|
||||||
};
|
};
|
||||||
redis = {
|
redis = {
|
||||||
|
|
Loading…
Reference in a new issue