diff --git a/abra.sh b/abra.sh index 6c663af..39249a3 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export CONFIG_JSON_VERSION=v2 +export CONFIG_JSON_VERSION=v3 diff --git a/config.json.tmpl b/config.json.tmpl index 5a0629b..efd2a9b 100644 --- a/config.json.tmpl +++ b/config.json.tmpl @@ -3,7 +3,7 @@ "m.homeserver": { "base_url": "https://{{ env "HOMESERVER" }}", "server_name": "{{ env "HOMESERVER" }}" - }, + } }, "sso_redirect_options": { "immediate": true