diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2014-10-04 22:48:12 +0200 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2014-10-04 22:48:12 +0200 |
| commit | bbf107ac8bb6d0771115a6d23bdb38ca7e7457bd (patch) | |
| tree | 7232a472e8c6dcbf02dabd4bd4e446723fa54619 /searx/settings.yml | |
| parent | 67b69619ba8fbf17820f303093e883055531efff (diff) | |
[fix] debug mode disabled by default
Diffstat (limited to 'searx/settings.yml')
| -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 02f7caacb..fb71b5ff2 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 |