From 24dabf63aa3eeaee9bdc7c815825f88ee17ad094 Mon Sep 17 00:00:00 2001 From: uumas Date: Mon, 20 Dec 2021 03:56:14 +0200 Subject: [PATCH] removed unneeded template from element role --- roles/element/templates/config.json.j2 | 44 -------------------------- 1 file changed, 44 deletions(-) delete mode 100644 roles/element/templates/config.json.j2 diff --git a/roles/element/templates/config.json.j2 b/roles/element/templates/config.json.j2 deleted file mode 100644 index 93432c0..0000000 --- a/roles/element/templates/config.json.j2 +++ /dev/null @@ -1,44 +0,0 @@ -{ - "default_server_config": { - "m.homeserver": { - "base_url": "{{ matrix_external_url }}", - "server_name": "{{ matrix_domain }}" - } - }, - "disable_custom_urls": true, - "disable_guests": true, - "disable_login_language_selector": false, - "disable_3pid_login": true, - "brand": "Element", - "integrations_ui_url": "https://scalar.vector.im/", - "integrations_rest_url": "https://scalar.vector.im/api", - "integrations_widgets_urls": [ - "https://scalar.vector.im/_matrix/integrations/v1", - "https://scalar.vector.im/api", - "https://scalar-staging.vector.im/_matrix/integrations/v1", - "https://scalar-staging.vector.im/api", - "https://scalar-staging.riot.im/scalar/api" - ], - "bug_report_endpoint_url": "https://element.io/bugreports/submit", - "defaultCountryCode": "GB", - "showLabsSettings": false, - "default_federate": true, - "default_theme": "dark", - "roomDirectory": { - "servers": [ - "{{ matrix_domain }}" - ] - }, - "enable_presence_by_hs_url": { - "https://matrix.org": false, - "https://matrix-client.matrix.org": false - }, - "settingDefaults": { - "breadcrumbs": true - }, -{% if jitsi_domain is defined %} - "jitsi": { - "preferredDomain": "{{ jitsi_domain }}" - } -{% endif %} -}