mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[doc] fix outdated settings example
This commit is contained in:
parent
26ca43bfff
commit
e401a384e9
1 changed files with 2 additions and 2 deletions
|
@ -56,13 +56,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…
Add table
Reference in a new issue