mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 04:27:46 +01:00
[enh] settings.yml docs
This commit is contained in:
parent
b731827228
commit
e0ff9a6179
@ -1,12 +1,12 @@
|
|||||||
server:
|
server:
|
||||||
port : 8888
|
port : 8888
|
||||||
secret_key : "ultrasecretkey" # change this!
|
secret_key : "ultrasecretkey" # change this!
|
||||||
debug : False
|
debug : False # Debug mode, only for development
|
||||||
request_timeout : 2.0 # seconds
|
request_timeout : 2.0 # seconds
|
||||||
base_url : False
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
||||||
themes_path : ""
|
themes_path : "" # Custom ui themes path
|
||||||
default_theme : default
|
default_theme : default # ui theme
|
||||||
https_rewrite : True
|
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
||||||
|
|
||||||
engines:
|
engines:
|
||||||
- name : wikipedia
|
- name : wikipedia
|
||||||
|
Loading…
Reference in New Issue
Block a user