Files
symfony-flex-recipes-contrib/mgdsoft/stackdriver-bundle/0.1/manifest.json
T

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"
]
}