diff --git a/conf/config.json b/conf/config.json index f1e631e..61479e2 100644 --- a/conf/config.json +++ b/conf/config.json @@ -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" diff --git a/manifest.toml b/manifest.toml index 1851a7b..496956d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"