mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
13 lines
380 B
JSON
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"
|
|
}
|
|
}
|