ACRoot commited on
Commit
e62fe89
·
verified ·
1 Parent(s): e9ba254

Update searxng/settings.yml

Browse files
Files changed (1) hide show
  1. searxng/settings.yml +3 -0
searxng/settings.yml CHANGED
@@ -2,6 +2,9 @@
2
  use_default_settings: true
3
  search:
4
  autocomplete: "duckduckgo"
 
 
 
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!
 
2
  use_default_settings: true
3
  search:
4
  autocomplete: "duckduckgo"
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!