summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2017-05-16 18:35:02 +0200
committerGitHub <noreply@github.com>2017-05-16 18:35:02 +0200
commitc0bb89fd4660b0577f29a184bf330c0a276930df (patch)
treeef8d85e93a104d890256dc695cacd6cbd67b5e89 /searx/settings.yml
parentc233bf0df9e1eda57a21dc507fded636f1e772d0 (diff)
parent9c91ab33f8f89f15e45301cc6f4b28fe3e3e72d5 (diff)
downloadsearxng-c0bb89fd4660b0577f29a184bf330c0a276930df.tar.gz
searxng-c0bb89fd4660b0577f29a184bf330c0a276930df.zip
Merge pull request #816 from dalf/debian
[mod] the static and templates directories can be defined in the settings.yml
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml3
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