Skip to content

Commit

Permalink
Added Client and Secret keys
Browse files Browse the repository at this point in the history
  • Loading branch information
chindit committed Feb 3, 2018
1 parent 530b83f commit a713b4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions google/apiclient/2.0/config/packages/google_apiclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ services:
class: Google_Client
calls:
- [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]
- [setClientId, ['%env(GOOGLE_CLIENT_ID)%']]
- [setClientSecret, ['%env(GOOGLE_CLIENT_SECRET)%']]
4 changes: 3 additions & 1 deletion google/apiclient/2.0/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"config/": "%CONFIG_DIR%/"
},
"env": {
"GOOGLE_API_KEY": ""
"GOOGLE_API_KEY": "",
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": ""
}
}

0 comments on commit a713b4d

Please sign in to comment.