summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer <josch@debian.org>2017-11-24 00:34:03 +0100
committerJohannes Schauer <josch@debian.org>2017-11-24 10:58:52 +0100
commitb4bf2eba8a957219203e6799cf67e1d88b237df9 (patch)
tree4f891bdb46b8aa75f5bd27161d89fbb432c80d5e
parent2ac4f7f000d08e3236e2bb1e0097235b54f1d085 (diff)
searx/settings.yml: use Debian specific paths
-rw-r--r--searx/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 00cac5f..dacd7cd 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -16,8 +16,8 @@ server:
http_protocol_version : "1.0" # 1.0 and 1.1 are supported
ui:
- 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
+ static_path : "/usr/share/python3-searx/static" # Custom static path - leave it blank if you didn't change
+ templates_path : "/usr/share/python3-searx/templates" # 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