diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-11-03 15:29:59 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-11-26 18:27:27 +0100 |
| commit | 1cfe7f2a7543b2994a1afd0d81da1962d04423b0 (patch) | |
| tree | c850bfcf07280828345fc706ec6becb5ea7b8e61 /docs/blog | |
| parent | 6ada5bac60f44a09198c9fec642d5c5939982f88 (diff) | |
[enh] settings.yml: add use_default_settings option
This change is backward compatible with the existing configurations.
If a settings.yml loaded from an user defined location (SEARX_SETTINGS_PATH or /etc/searx/settings.yml),
then this settings can relied on the default settings.yml with this option:
user_default_settings:True
Diffstat (limited to 'docs/blog')
| -rw-r--r-- | docs/blog/private-engines.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/blog/private-engines.rst b/docs/blog/private-engines.rst index 796f0fc69..027cc3dd3 100644 --- a/docs/blog/private-engines.rst +++ b/docs/blog/private-engines.rst @@ -7,6 +7,8 @@ enabled engines on their instances. It might be because they do not want to expose some private information through an offline engine. Or they would rather share engines only with their trusted friends or colleagues. +.. _private engines: + Private engines =============== |