mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] settings.yml: move brand settings to a dedicated section
This commit is contained in:
parent
d5882147e0
commit
424e6abc7e
2 changed files with 26 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue