diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-09-06 14:17:14 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-09-06 14:17:14 +0200 |
commit | e0ff9a617949f9aa856b9e25cc8803d7a3eb2b66 (patch) | |
tree | 5b331c5a30bd871b6a2ec96bef8ad86069293f4c /searx/settings.yml | |
parent | b7318272280c35424bf138ad8b7a262d0d3640af (diff) | |
download | searxng-e0ff9a617949f9aa856b9e25cc8803d7a3eb2b66.tar.gz searxng-e0ff9a617949f9aa856b9e25cc8803d7a3eb2b66.zip |
[enh] settings.yml docs
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 22f583e49..da053ce6a 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,12 +1,12 @@ server: port : 8888 secret_key : "ultrasecretkey" # change this! - debug : False + debug : False # Debug mode, only for development request_timeout : 2.0 # seconds - base_url : False - themes_path : "" - default_theme : default - https_rewrite : True + base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" + themes_path : "" # Custom ui themes path + default_theme : default # ui theme + https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py engines: - name : wikipedia |