34 lines
616 B
YAML
34 lines
616 B
YAML
|
|
# SearXNG Settings Configuration
|
||
|
|
use_default_settings: true
|
||
|
|
|
||
|
|
server:
|
||
|
|
port: 8080
|
||
|
|
bind_address: "0.0.0.0"
|
||
|
|
secret_key: "d71c4c1a5b823e20e2ef64d7c672bead59e9a4f4e2ef30922883e0da4f1e0954" # generated secure key
|
||
|
|
image_proxy: true
|
||
|
|
|
||
|
|
search:
|
||
|
|
safe_search: 0
|
||
|
|
autocomplete: "google"
|
||
|
|
formats:
|
||
|
|
- html
|
||
|
|
- json
|
||
|
|
|
||
|
|
engines:
|
||
|
|
- name: google
|
||
|
|
engine: google
|
||
|
|
shortcut: go
|
||
|
|
timeout: 3.0
|
||
|
|
- name: bing
|
||
|
|
engine: bing
|
||
|
|
shortcut: bi
|
||
|
|
timeout: 3.0
|
||
|
|
- name: duckduckgo
|
||
|
|
engine: duckduckgo
|
||
|
|
shortcut: dd
|
||
|
|
timeout: 3.0
|
||
|
|
- name: wikipedia
|
||
|
|
engine: wikipedia
|
||
|
|
shortcut: wp
|
||
|
|
timeout: 2.0
|