llamameta commited on
Commit
5019abf
·
verified ·
1 Parent(s): fc9485f

Update searxng/settings.yml

Browse files
Files changed (1) hide show
  1. searxng/settings.yml +3 -11
searxng/settings.yml CHANGED
@@ -1,19 +1,11 @@
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!
11
  limiter: true # can be disabled for a private instance
12
  image_proxy: true
13
  ui:
14
  static_use_hash: true
15
- engines:
16
- - name: pixiv
17
- disabled: false
18
- pixiv_image_proxies:
19
- - https://pximg.cocomi.eu.org
 
1
  # see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
2
  use_default_settings: true
 
 
 
 
 
3
  server:
4
  # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
5
+ secret_key: "ultrasecretkey" # change this!
6
  limiter: true # can be disabled for a private instance
7
  image_proxy: true
8
  ui:
9
  static_use_hash: true
10
+ redis:
11
+ url: redis://redis:6379/0