mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
13 lines
358 B
JSON
13 lines
358 B
JSON
{
|
|
"bundles": {
|
|
"Ekino\\Bundle\\NewRelicBundle\\EkinoNewRelicBundle": ["prod"]
|
|
},
|
|
"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",
|
|
"NEWRELIC_API_KEY": "FIXME"
|
|
}
|
|
}
|