mirror of https://github.com/searxng/searxng.git
[mod] oscar as default theme
This commit is contained in:
parent
3fd562ccd7
commit
306c644fa7
|
@ -4,8 +4,8 @@ server:
|
|||
debug : False # Debug mode, only for development
|
||||
request_timeout : 2.0 # seconds
|
||||
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||
themes_path : "" # Custom ui themes path
|
||||
default_theme : default # ui theme
|
||||
themes_path : "" # Custom ui themes path - leave it blank if you didn't change
|
||||
default_theme : oscar # ui theme
|
||||
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
||||
useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
|
||||
|
||||
|
|
Loading…
Reference in New Issue