Files
symfony-flex-recipes-contrib/ekino.newrelic-bundle.2.0.json
T
github-action[bot]andgithub-action[bot] 07bebab4b0 Update Flex endpoint
2021-11-15 21:21:31 +00:00

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