From 3ea102caba8ef6d0021f8c088ca4b555f2c5d62e Mon Sep 17 00:00:00 2001 From: su-ex Date: Mon, 30 Nov 2020 00:04:22 +0100 Subject: [PATCH] Remove bug report and piwik from config sample --- config.sample.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/config.sample.json b/config.sample.json index 188a31f2b..0f1e469bf 100644 --- a/config.sample.json +++ b/config.sample.json @@ -22,7 +22,6 @@ "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, "features": { @@ -35,12 +34,6 @@ "matrix.org" ] }, - "piwik": { - "url": "https://piwik.riot.im/", - "whitelistedHSUrls": ["https://matrix.org"], - "whitelistedISUrls": ["https://vector.im", "https://matrix.org"], - "siteId": 1 - }, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false @@ -49,6 +42,6 @@ "breadcrumbs": true }, "jitsi": { - "preferredDomain": "jitsi.riot.im" + "preferredDomain": "meet.jit.si" } }