Merge pull request #229

This commit is contained in:
symfony-flex-server[bot]
2018-01-13 18:40:51 +00:00
committed by GitHub
2 changed files with 13 additions and 0 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": ""
}
}