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

Update searxng/settings.yml

Browse files
Files changed (1) hide show
  1. searxng/settings.yml +1 -1
searxng/settings.yml CHANGED
@@ -2,7 +2,7 @@
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:
 
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: "%(ENV_SEARXNG_SECRET)s" # change this!
6
  limiter: true # can be disabled for a private instance
7
  image_proxy: true
8
  ui: