Update settings.yml
Browse files- settings.yml +5 -11
settings.yml
CHANGED
|
@@ -4,46 +4,40 @@ use_default_settings: True
|
|
| 4 |
server:
|
| 5 |
port: 7860
|
| 6 |
bind_address: "0.0.0.0"
|
| 7 |
-
secret_key: "AnesNT_Super_Secret_Key_2026"
|
| 8 |
base_url: False
|
| 9 |
-
image_proxy: True
|
| 10 |
|
| 11 |
search:
|
| 12 |
safe_search: 0
|
| 13 |
autocomplete: "google"
|
| 14 |
formats:
|
| 15 |
- html
|
| 16 |
-
- json
|
| 17 |
|
| 18 |
ui:
|
| 19 |
default_locale: "ar"
|
| 20 |
center_alignment: True
|
| 21 |
theme: simple
|
| 22 |
-
infinite_scroll: True
|
| 23 |
|
| 24 |
engines:
|
| 25 |
- name: google
|
| 26 |
engine: google
|
| 27 |
shortcut: g
|
| 28 |
-
use_http: True
|
| 29 |
-
|
| 30 |
- name: bing
|
| 31 |
engine: bing
|
| 32 |
shortcut: b
|
| 33 |
-
|
| 34 |
- name: duckduckgo
|
| 35 |
engine: duckduckgo
|
| 36 |
shortcut: d
|
| 37 |
-
|
| 38 |
- name: wikipedia
|
| 39 |
engine: wikipedia
|
| 40 |
shortcut: w
|
| 41 |
-
|
| 42 |
- name: youtube
|
| 43 |
engine: youtube
|
| 44 |
shortcut: yt
|
| 45 |
|
| 46 |
brand:
|
| 47 |
instance_name: "AnesNT Search"
|
| 48 |
-
public_instance: False
|
| 49 |
-
issue_url: "https://github.com/searxng/searxng/issues"
|
|
|
|
| 4 |
server:
|
| 5 |
port: 7860
|
| 6 |
bind_address: "0.0.0.0"
|
| 7 |
+
secret_key: "AnesNT_Super_Secret_Key_2026"
|
| 8 |
base_url: False
|
| 9 |
+
image_proxy: True
|
| 10 |
|
| 11 |
search:
|
| 12 |
safe_search: 0
|
| 13 |
autocomplete: "google"
|
| 14 |
formats:
|
| 15 |
- html
|
| 16 |
+
- json
|
| 17 |
|
| 18 |
ui:
|
| 19 |
default_locale: "ar"
|
| 20 |
center_alignment: True
|
| 21 |
theme: simple
|
| 22 |
+
infinite_scroll: True
|
| 23 |
|
| 24 |
engines:
|
| 25 |
- name: google
|
| 26 |
engine: google
|
| 27 |
shortcut: g
|
|
|
|
|
|
|
| 28 |
- name: bing
|
| 29 |
engine: bing
|
| 30 |
shortcut: b
|
|
|
|
| 31 |
- name: duckduckgo
|
| 32 |
engine: duckduckgo
|
| 33 |
shortcut: d
|
|
|
|
| 34 |
- name: wikipedia
|
| 35 |
engine: wikipedia
|
| 36 |
shortcut: w
|
|
|
|
| 37 |
- name: youtube
|
| 38 |
engine: youtube
|
| 39 |
shortcut: yt
|
| 40 |
|
| 41 |
brand:
|
| 42 |
instance_name: "AnesNT Search"
|
| 43 |
+
public_instance: False
|
|
|