1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element-call_ynh.git synced 2024-09-03 20:36:02 +02:00
This commit is contained in:
Éric Gaspar 2023-10-17 17:48:31 +02:00
parent b39e07788e
commit a10b4a4089
3 changed files with 8 additions and 2 deletions

View file

@ -1,8 +1,8 @@
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://call.ems.host",
"server_name": "call.ems.host"
"base_url": "https://__DEFAULT_HOME_SERVER__",
"server_name": "__DEFAULT_HOME_SERVER__"
}
},
"eula": "https://static.element.io/legal/online-EULA.pdf"

View file

@ -34,6 +34,10 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/element-call"
[install.init_main_permission]
type = "group"
default = "visitors"

View file

@ -7,3 +7,5 @@ test_format = 1.0
# ------------
# Tests to run
# ------------
arg.default_home_server = "my-own-homeserver.tld"