Files
symfony-flex-recipes-contrib/ekino/newrelic-bundle/2.0/manifest.json
T

13 lines
380 B
JSON

{
"bundles": {
"Ekino\\NewRelicBundle\\EkinoNewRelicBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get the REST API key of your NewRelic Account on https://docs.newrelic.com/docs/apis/rest-api-v2/requirements/api-keys. Using an API key is optional.",
"NEWRELIC_API_KEY": "FIXME"
}
}