diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-01-11 11:49:06 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-11 22:59:52 +0100 |
| commit | 424e6abc7e26c3e3be71678d00f88cf09d6c0a7e (patch) | |
| tree | dd7b86fab43086d386ec0b886ad0767a450d187d /searx/settings.yml | |
| parent | d5882147e0a56303e5a324e2afad5297727d0048 (diff) | |
[mod] settings.yml: move brand settings to a dedicated section
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index aff80fe55..30afbf957 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1,12 +1,14 @@ general: debug : False # Debug mode, only for development instance_name : "searx" # displayed name + contact_url: False # mailto:contact@example.com + +brand: git_url: https://github.com/searx/searx git_branch: master issue_url: https://github.com/searx/searx/issues docs_url: https://searx.github.io/searx public_instances: https://searx.space - contact_url: False # mailto:contact@example.com wiki_url: https://github.com/searx/searx/wiki twitter_url: https://twitter.com/Searx_engine |