summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schauer Marin Rodrigues <josch@debian.org>2023-02-08 07:23:42 +0100
committerJohannes Schauer Marin Rodrigues <josch@debian.org>2023-02-08 07:23:42 +0100
commitccbb75b8b974f3103d53b72880b97a00491b9cc5 (patch)
treec307c53ecb2ea29b823009eff91bcddc9205b720
parent8294c59faca88b1b4195ceb4867cc84ec71eb17b (diff)
settingsyml
Comment: we use a custom path in Debian Forwarded: not-needed Gbp-Pq: Name settingsyml
-rw-r--r--searx/settings.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index bc5cc04..d160bcb 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -39,8 +39,8 @@ server:
ui:
autofocus : True # Autofocus search input
archive_today : False # show archive.today links
- 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
theme_args :