mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-01 11:25:01 +03:00
14 lines
520 B
JSON
14 lines
520 B
JSON
{
|
|
"$schema": "../../../schemas/voice-config-schemas/google-cloud.json",
|
|
"type": "service_account",
|
|
"project_id": "",
|
|
"private_key_id": "",
|
|
"private_key": "",
|
|
"client_email": "example@iam.gserviceaccount.com",
|
|
"client_id": "",
|
|
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
|
|
"token_uri": "https://accounts.google.com/o/oauth2/token",
|
|
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
|
|
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/"
|
|
}
|