diff options
author | Adam Tauber <asciimoo@gmail.com> | 2014-06-24 16:30:04 +0200 |
---|---|---|
committer | Adam Tauber <asciimoo@gmail.com> | 2014-06-24 16:30:04 +0200 |
commit | 96c8b20a045f62205a3b9a03113086f0fcfbc579 (patch) | |
tree | b544d925aaf847b71c998d7f7a610abe73aeb686 /searx/settings.yml | |
parent | b44643222f85764399a4eac72541783eb8c2868f (diff) | |
download | searxng-96c8b20a045f62205a3b9a03113086f0fcfbc579.tar.gz searxng-96c8b20a045f62205a3b9a03113086f0fcfbc579.zip |
[enh] https rewrite basics
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 69f22f5d4..2fbae35a2 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,11 +1,12 @@ server: port : 8888 secret_key : "ultrasecretkey" # change this! - debug : True + debug : False request_timeout : 2.0 # seconds base_url : False themes_path : "" default_theme : default + https_rewrite : True engines: - name : wikipedia |