logo

searx

My custom branche(s) on searx, a meta-search engine
commit: bbf107ac8bb6d0771115a6d23bdb38ca7e7457bd
parent: 67b69619ba8fbf17820f303093e883055531efff
Author: Adam Tauber <asciimoo@gmail.com>
Date:   Sat,  4 Oct 2014 22:48:12 +0200

[fix] debug mode disabled by default

Diffstat:

Msearx/settings.yml2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/searx/settings.yml b/searx/settings.yml @@ -1,7 +1,7 @@ server: port : 8888 secret_key : "ultrasecretkey" # change this! - debug : True # Debug mode, only for development + debug : False # Debug mode, only for development request_timeout : 2.0 # seconds base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" themes_path : "" # Custom ui themes path