mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
15 lines
356 B
JSON
15 lines
356 B
JSON
{
|
|
"bundles": {
|
|
"MGDSoft\\Stackdriver\\MgdsoftStackdriverBundle": ["prod"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"GOOGLE_SERVICE_ACCOUNT": "%kernel.project_dir%/config/keys/google_service_account.json"
|
|
},
|
|
"gitignore": [
|
|
"/config/keys/google_service_account.json"
|
|
]
|
|
}
|