From ec376607562f86c8c8e18a367b1bd3bcea11ab62 Mon Sep 17 00:00:00 2001 From: mcalinghee Date: Wed, 6 Sep 2023 11:07:58 +0200 Subject: [PATCH] add base url to make rageshake on preprod working --- config.preprod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.preprod.json b/config.preprod.json index 1d9191b431..74c9af3d3a 100644 --- a/config.preprod.json +++ b/config.preprod.json @@ -25,7 +25,7 @@ "disable_login_language_selector": false, "disable_3pid_login": false, "brand": "Tchap", - "bug_report_endpoint_url": "/bugreports/submit", + "bug_report_endpoint_url": "https://matrix.i.tchap.gouv.fr/bugreports/submit", "uisi_autorageshake_app": "element-auto-uisi", "defaultCountryCode": "FR", "showLabsSettings": false,