Update searxng/settings.yml
Browse files- searxng/settings.yml +4 -1
searxng/settings.yml
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
2 |
use_default_settings: true
|
3 |
search:
|
4 |
-
autocomplete: "
|
|
|
|
|
|
|
5 |
server:
|
6 |
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
7 |
secret_key: "%(ENV_SEARXNG_SECRET)s" # change this!
|
|
|
1 |
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
2 |
use_default_settings: true
|
3 |
search:
|
4 |
+
autocomplete: "google"
|
5 |
+
formats:
|
6 |
+
- html
|
7 |
+
- json
|
8 |
server:
|
9 |
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
10 |
secret_key: "%(ENV_SEARXNG_SECRET)s" # change this!
|