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 19:01:15 +02:00
parent f5b163c14c
commit d08f822f78
2 changed files with 6 additions and 4 deletions

View file

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

View file

@ -8,4 +8,10 @@ test_format = 1.0
# Tests to run # Tests to run
# ------------ # ------------
exclude = ["install.subdir"]
# -------------------------------
# Default args to use for install
# -------------------------------
arg.default_home_server = "my-own-homeserver.tld" arg.default_home_server = "my-own-homeserver.tld"