diff options
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 |