Files
symfony-flex-recipes-contrib/liip.monitor-bundle.2.6.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.4 KiB
JSON

{
"manifests": {
"liip/monitor-bundle": {
"manifest": {
"bundles": {
"Liip\\MonitorBundle\\LiipMonitorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" <options=bold>Configure</> the bundle and routes:",
" 1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.",
" 2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.",
" 3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller."
]
},
"files": {
"config/packages/monitor.yaml": {
"contents": [
"liip_monitor:",
" # enabling the controller requires that `assets` are enabled in the framework bundle",
" enable_controller: false",
""
],
"executable": false
}
},
"ref": "02c7cd93304dead890f9042fc2670dd9b0e0c091"
}
}
}