1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Merge branch 'testing' into update

This commit is contained in:
Josue-T 2024-02-26 18:45:21 +01:00 committed by GitHub
commit 591a10a523
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"default_server_config": { "default_server_config": {
"m.homeserver": { "m.homeserver": {
"base_url": "https://__DEFAULT_HOME_SERVER__", "base_url": "https://__DEFAULT_HOME_SERVER__",
"server_name": "matrix.org" "server_name": "__DEFAULT_HOME_SERVER__"
}, },
"m.identity_server": { "m.identity_server": {
"base_url": "https://vector.im" "base_url": "https://vector.im"

View file

@ -22,9 +22,9 @@ yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = "not_relevant" ldap = false
sso = "not_relevant" sso = false
disk = "70M" disk = "70M"
ram.build = "0M" ram.build = "0M"