From bbf107ac8bb6d0771115a6d23bdb38ca7e7457bd Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sat, 4 Oct 2014 22:48:12 +0200 Subject: [PATCH] [fix] debug mode disabled by default --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 02f7caa..fb71b5f 100644 --- 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