Change default brand name
This commit is contained in:
parent
5f78522681
commit
bb5107a60b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export interface ConfigOptions {
|
||||||
|
|
||||||
export const DEFAULTS: ConfigOptions = {
|
export const DEFAULTS: ConfigOptions = {
|
||||||
// Brand name of the app
|
// Brand name of the app
|
||||||
brand: "Riot",
|
brand: "Element",
|
||||||
// URL to a page we show in an iframe to configure integrations
|
// URL to a page we show in an iframe to configure integrations
|
||||||
integrations_ui_url: "https://scalar.vector.im/",
|
integrations_ui_url: "https://scalar.vector.im/",
|
||||||
// Base URL to the REST interface of the integrations server
|
// Base URL to the REST interface of the integrations server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue