summaryrefslogtreecommitdiff
path: root/utils/templates/etc/searx/use_default_settings.yml
diff options
context:
space:
mode:
Diffstat (limited to 'utils/templates/etc/searx/use_default_settings.yml')
-rw-r--r--utils/templates/etc/searx/use_default_settings.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/utils/templates/etc/searx/use_default_settings.yml b/utils/templates/etc/searx/use_default_settings.yml
deleted file mode 100644
index 1e7530cdc..000000000
--- a/utils/templates/etc/searx/use_default_settings.yml
+++ /dev/null
@@ -1,34 +0,0 @@
-use_default_settings: true
-
-general:
- debug: false # Debug mode, only for development
- instance_name: "searxng" # displayed name
- contact_url: false # mailto:contact@example.com
-
-search:
- # Filter results. 0: None, 1: Moderate, 2: Strict
- safe_search: 0
- # Existing autocomplete backends: "dbpedia", "duckduckgo", "google",
- # "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off
- # by default.
- autocomplete: ""
- # Default search language - leave blank to detect from browser information or
- # use codes from 'languages.py'
- default_lang: ""
- # remove format to deny access, use lower case.
- formats: [html, csv, json, rss]
-
-server:
- port: 8888
- # address to listen on
- bind_address: "127.0.0.1"
- secret_key: "ultrasecretkey" # change this!
- # Set custom base_url. Possible values:
- # false or "https://your.custom.host/location/"
- # base_url: https://example.org/searx
- # Proxying image results through searx
- image_proxy: false
-
-# result_proxy:
-# url: http://127.0.0.1:3000/
-# key: !!binary "your_morty_proxy_key"