mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] the static and templates directories can be defined in the settings.yml
This commit is contained in:
parent
c233bf0df9
commit
ee080feaed
4 changed files with 41 additions and 36 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue