diff options
| author | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-08-27 10:01:04 +0000 |
|---|---|---|
| committer | Alexandre FLAMENT <alexandre.flament@hesge.ch> | 2022-08-28 09:27:53 +0000 |
| commit | 341ad4630398ed9ad12d134aeab2f60ba85a1e82 (patch) | |
| tree | f5427d7582108d7015e3b3433d048276f05b03c0 /searx/settings.yml | |
| parent | 56000d51622f924bd0f5cba2008dccd548b9041e (diff) | |
settings.yml: set default values for result_proxy
* initialize result_proxy with searx/settings_defaults.py
* allow result_proxy.key to be a string
this commit supersedes #1522
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 1969030eb..c97a86e4f 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -121,6 +121,7 @@ ui: # # result_proxy: # url: http://127.0.0.1:3000/ +# # the key is a base64 encoded string, the YAML !!binary prefix is optional # key: !!binary "your_morty_proxy_key" # # [true|false] enable the "proxy" button next to each result # proxify_results: true |