diff options
| author | Alexandre Flament <alex@al-f.net> | 2017-01-06 13:23:30 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2017-05-15 21:23:13 +0200 |
| commit | ee080feaed838da423d390d2e7b3828149df6589 (patch) | |
| tree | ad23783066a3cc01c350d3fa68cf113864cc212f /searx/settings.yml | |
| parent | c233bf0df9e1eda57a21dc507fded636f1e772d0 (diff) | |
[mod] the static and templates directories can be defined in the settings.yml
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 580e4f111..d9426033e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -16,7 +16,8 @@ server: http_protocol_version : "1.0" # 1.0 and 1.1 are supported ui: - themes_path : "" # Custom ui themes path - leave it blank if you didn't change + static_path : "" # Custom static path - leave it blank if you didn't change + templates_path : "" # Custom templates path - leave it blank if you didn't change default_theme : oscar # ui theme default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section |