mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"manifests": {
|
|
"ekino/newrelic-bundle": {
|
|
"manifest": {
|
|
"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"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ekino_new_relic.yaml": {
|
|
"contents": [
|
|
"ekino_new_relic:",
|
|
" enabled: false",
|
|
" application_name: 'My Symfony Application' # Remove this to use the value from php.ini",
|
|
" api_key: \"%env(NEWRELIC_API_KEY)%\"",
|
|
" exceptions: true",
|
|
" deprecations: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/prod/ekino_new_relic.yaml": {
|
|
"contents": [
|
|
"ekino_new_relic:",
|
|
" enabled: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "c6535bb5fa418c5180be1b5c219e277d5f5a9998"
|
|
}
|
|
}
|
|
}
|