mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Fix config
This commit is contained in:
parent
a087f52fb6
commit
2a0cddec8a
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
{
|
{
|
||||||
"default_server_name": "__DEFAULT_HOME_SERVER__",
|
"default_server_config": {
|
||||||
|
"m.homeserver": { "base_url": "https://__DEFAULT_HOME_SERVER__" },
|
||||||
|
"m.identity_server": {"base_url": "https://vector.im"}
|
||||||
|
},
|
||||||
"brand": "Element",
|
"brand": "Element",
|
||||||
"integrations_ui_url": "https://scalar.vector.im/",
|
"integrations_ui_url": "https://scalar.vector.im/",
|
||||||
"integrations_rest_url": "https://scalar.vector.im/api",
|
"integrations_rest_url": "https://scalar.vector.im/api",
|
||||||
|
|
|
@ -11,4 +11,4 @@ name = "Element configuration"
|
||||||
type = "string"
|
type = "string"
|
||||||
default = "matrix.org"
|
default = "matrix.org"
|
||||||
help = "Choose your default Matrix server's domain name. Default is matrix.org"
|
help = "Choose your default Matrix server's domain name. Default is matrix.org"
|
||||||
bind = "default_server_name:__FINALPATH__/config.json"
|
bind = "m.homeserver:__FINALPATH__/config.json"
|
||||||
|
|
Loading…
Add table
Reference in a new issue