diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-12-13 18:41:24 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-12-13 18:41:24 +0100 |
| commit | f13a6ab795216805960ce73d0bc1530f8e9eb05e (patch) | |
| tree | f8d35583586984369f6cfe458d98065817295840 /searx | |
| parent | 7c261d4885015f96e57c53dd8acb2f8fec9f8559 (diff) | |
[fix] disable debug mode
Diffstat (limited to 'searx')
| -rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index c84c27daf..5e9f11202 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 |