Move recipe to google/apiclient

This commit is contained in:
endroid
2018-01-06 20:20:44 +00:00
parent fd7f527a5d
commit c6c5b4c4a7
3 changed files with 5 additions and 5 deletions
@@ -0,0 +1,5 @@
services:
Google_Client:
class: Google_Client
calls:
- [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]
+8
View File
@@ -0,0 +1,8 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"GOOGLE_API_KEY": ""
}
}