https://github.com/angular/angular
Raw File
Tip revision: 4f40792bd355590fc5d1240f29c466c9e6e1b758 authored by Pascal Precht on 24 June 2015, 08:19:09 UTC
fix(api): export missing shadow dom strategies
Tip revision: 4f40792
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