Add new assets to config and link lists
This commit is contained in:
parent
c1c930915a
commit
8b80acff75
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@
|
||||||
"disable_3pid_login": true,
|
"disable_3pid_login": true,
|
||||||
"brand": "Riot",
|
"brand": "Riot",
|
||||||
"branding": {
|
"branding": {
|
||||||
"welcomeBackgroundUrl": "/bg.jpg"
|
"welcomeBackgroundUrl": "/background.jpg",
|
||||||
|
"authHeaderLogoUrl": :"/logo.png",
|
||||||
|
"authFooterLinks": [
|
||||||
|
{"text": "Site Web", "url": "https://auro.re"},
|
||||||
|
{"text": "Intranet", "url": "https://intranet.auro.re"},
|
||||||
|
{"text": "Email support", "url": "mailto:support.aurore@lists.crans.org"}
|
||||||
},
|
},
|
||||||
"integrations_ui_url": "",
|
"integrations_ui_url": "",
|
||||||
"integrations_rest_url": "",
|
"integrations_rest_url": "",
|
||||||
|
|
Loading…
Reference in a new issue