mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[doc] fix outdated settings example
This commit is contained in:
parent
3fbefb4d99
commit
392e298369
@ -51,13 +51,13 @@ Example configuration in settings.yml for a German and English speaker:
|
|||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
search:
|
search:
|
||||||
language : "de"
|
default_lang : "de"
|
||||||
...
|
...
|
||||||
|
|
||||||
engines:
|
engines:
|
||||||
- name : google english
|
- name : google english
|
||||||
engine : google
|
engine : google
|
||||||
language : english
|
language : en
|
||||||
...
|
...
|
||||||
|
|
||||||
When searching, the default google engine will return German results and "google english" will return English results.
|
When searching, the default google engine will return German results and "google english" will return English results.
|
||||||
|
Loading…
Reference in New Issue
Block a user