Revision 2f5a2ba67116280ff3e755b43c6345a99b8f4d06 authored by Matias Niemelä on 18 February 2016, 21:26:20 UTC, committed by Matias Niemelä on 18 February 2016, 21:28:10 UTC
1 parent c45ec6f
Raw File
perf-cloud-secret.template.js
module.exports = {
  "private_key_id": "1234",
  "private_key": "-----BEGIN PRIVATE KEY-----SOME PRIVATE KEY-----END PRIVATE KEY-----\n",
  "client_email": "SOME_EMAIL@developer.gserviceaccount.com",
  "client_id": "SOME_ID",
  "type": "service_account"
};
back to top