mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Merge pull request #229
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Google_Client:
|
||||
class: Google_Client
|
||||
calls:
|
||||
- [setDeveloperKey, ['%env(GOOGLE_API_KEY)%']]
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"GOOGLE_API_KEY": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user