lego/providers/dns/gcloud/fixtures/gce_account_service_file.json
Ludovic Fernandez 122c354163
Homogenization of the DNS provider tests (#671)
* refactor: min TTL
* refactor: sandbox.
* refactor: tests homogenization.
* refactor: missing require.
2018-10-12 19:29:18 +02:00

11 lines
No EOL
233 B
JSON

{
"project_id": "A",
"type": "service_account",
"client_email": "foo@bar.com",
"private_key_id": "pki",
"private_key": "pk",
"token_uri": "/token",
"client_secret": "secret",
"client_id": "C",
"refresh_token": "D"
}