diff --git a/config.sample.json b/config.sample.json index 0a3882bff8..40e55f711d 100644 --- a/config.sample.json +++ b/config.sample.json @@ -23,6 +23,7 @@ "https://scalar-staging.riot.im/scalar/api" ], "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "defaultCountryCode": "GB", "showLabsSettings": false, "features": { }, diff --git a/element.io/app/config.json b/element.io/app/config.json index 74606d02f4..fd37bbfd77 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -12,6 +12,7 @@ ], "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "showLabsSettings": false, "piwik": { "url": "https://piwik.riot.im/", diff --git a/element.io/develop/config.json b/element.io/develop/config.json index fa2ef2d643..20bae686c4 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -12,6 +12,7 @@ ], "hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web", "bug_report_endpoint_url": "https://element.io/bugreports/submit", + "uisi_autorageshake_app": "element-auto-uisi", "showLabsSettings": true, "piwik": { "url": "https://piwik.riot.im/",