Switch to schildi.chat FCM gateway

The matrix.org one seems to be a little slow compared to a private one
recently

Change-Id: Ia9ce4f40c920657abb38aa5ebe31704cf829f4ec
This commit is contained in:
SpiritCroc 2020-11-07 12:47:10 +01:00
parent 9a00cf7a3f
commit 93ae1e954e
3 changed files with 19 additions and 19 deletions

View File

@ -1,34 +1,34 @@
{
"project_info": {
"project_number": "912726360885",
"firebase_url": "https://vector-alpha.firebaseio.com",
"project_id": "vector-alpha",
"storage_bucket": "vector-alpha.appspot.com"
"project_number": "326900467720",
"firebase_url": "https://schildichat.firebaseio.com",
"project_id": "schildichat",
"storage_bucket": "schildichat.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
"mobilesdk_app_id": "1:326900467720:android:675ae0d20ab67aa73b29bd",
"android_client_info": {
"package_name": "de.spiritcroc.riotx.debug"
}
},
"oauth_client": [
{
"client_id": "912726360885-e87n3jva9uoj4vbidvijq78ebg02asv2.apps.googleusercontent.com",
"client_id": "326900467720-7vdgc93sq5hchr7a2ep8359i4rmtg66n.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAFZX8IhIfgzdOZvxDP_ISO5WYoU7jmQ5c"
"current_key": "AIzaSyDYXiSw2MspKgBkVStRPAVi6jRdrrRweEw"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "912726360885-rsae0i66rgqt6ivnudu1pv4tksg9i8b2.apps.googleusercontent.com",
"client_id": "326900467720-7vdgc93sq5hchr7a2ep8359i4rmtg66n.apps.googleusercontent.com",
"client_type": 3
}
]

View File

@ -1,34 +1,34 @@
{
"project_info": {
"project_number": "912726360885",
"firebase_url": "https://vector-alpha.firebaseio.com",
"project_id": "vector-alpha",
"storage_bucket": "vector-alpha.appspot.com"
"project_number": "326900467720",
"firebase_url": "https://schildichat.firebaseio.com",
"project_id": "schildichat",
"storage_bucket": "schildichat.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:912726360885:android:4ef8f3a0021e774d",
"mobilesdk_app_id": "1:326900467720:android:675ae0d20ab67aa73b29bd",
"android_client_info": {
"package_name": "de.spiritcroc.riotx"
}
},
"oauth_client": [
{
"client_id": "912726360885-e87n3jva9uoj4vbidvijq78ebg02asv2.apps.googleusercontent.com",
"client_id": "326900467720-7vdgc93sq5hchr7a2ep8359i4rmtg66n.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyAFZX8IhIfgzdOZvxDP_ISO5WYoU7jmQ5c"
"current_key": "AIzaSyDYXiSw2MspKgBkVStRPAVi6jRdrrRweEw"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "912726360885-rsae0i66rgqt6ivnudu1pv4tksg9i8b2.apps.googleusercontent.com",
"client_id": "326900467720-7vdgc93sq5hchr7a2ep8359i4rmtg66n.apps.googleusercontent.com",
"client_type": 3
}
]
@ -37,4 +37,4 @@
}
],
"configuration_version": "1"
}
}

View File

@ -18,12 +18,12 @@
<!-- Note: pusher_http_url should have path '/_matrix/push/v1/notify' -->
<!-- It is the push gateway for FCM embedded distributor -->
<string name="pusher_http_url" translatable="false">https://matrix.org/_matrix/push/v1/notify</string>
<string name="pusher_http_url" translatable="false">https://sygnal.schildi.chat/_matrix/push/v1/notify</string>
<!-- Note: default_push_gateway_http_url should have path '/_matrix/push/v1/notify' -->
<!-- It is the push gateway for UnifiedPush -->
<string name="default_push_gateway_http_url" translatable="false">https://up.schildi.chat/_matrix/push/v1/notify</string>
<!-- Note: pusher_app_id cannot exceed 64 chars -->
<string name="pusher_app_id" translatable="false">im.vector.app.android</string>
<string name="pusher_app_id" translatable="false">de.spiritcroc.riotx</string>
<!-- preferred jitsi domain -->
<string name="preferred_jitsi_domain" translatable="false">meet.element.io</string>