2022-12-21 22:15:17 +01:00
|
|
|
{
|
|
|
|
|
"type": "service_account",
|
2023-01-07 13:12:35 +01:00
|
|
|
"project_id": "#{google-backend-project-id}#",
|
2023-01-07 13:23:56 +01:00
|
|
|
"private_key_id": "#{google-backend-private-key-id}#",
|
2023-01-07 13:12:35 +01:00
|
|
|
"private_key": "#{google-backend-private-key}#",
|
|
|
|
|
"client_email": "#{google-backend-client-email}#",
|
2023-01-07 12:21:12 +01:00
|
|
|
"client_id": "#{google-backend-client-id}#",
|
2022-12-21 22:15:17 +01:00
|
|
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
|
|
|
"token_uri": "https://oauth2.googleapis.com/token",
|
|
|
|
|
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
2023-01-07 13:12:35 +01:00
|
|
|
"client_x509_cert_url": "#{google-backend-client-cert-url}#"
|
2022-12-21 22:15:17 +01:00
|
|
|
}
|