mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
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
This commit is contained in:
parent
56000d5162
commit
341ad46303
3 changed files with 23 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue