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:
commit
591a10a523
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"default_server_config": {
|
||||
"m.homeserver": {
|
||||
"base_url": "https://__DEFAULT_HOME_SERVER__",
|
||||
"server_name": "matrix.org"
|
||||
"server_name": "__DEFAULT_HOME_SERVER__"
|
||||
},
|
||||
"m.identity_server": {
|
||||
"base_url": "https://vector.im"
|
||||
|
|
|
@ -22,9 +22,9 @@ yunohost = ">= 11.2"
|
|||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = "not_relevant"
|
||||
ldap = false
|
||||
|
||||
sso = "not_relevant"
|
||||
sso = false
|
||||
|
||||
disk = "70M"
|
||||
ram.build = "0M"
|
||||
|
|
Loading…
Add table
Reference in a new issue