Recipe per scheduler-bundle
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
],
|
],
|
||||||
"webindustry/document-bundle": [
|
"webindustry/document-bundle": [
|
||||||
"2.0"
|
"2.0"
|
||||||
|
],
|
||||||
|
"webindustry/scheduler-bundle": [
|
||||||
|
"2.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
|
|||||||
34
webindustry.scheduler-bundle.2.0.json
Normal file
34
webindustry.scheduler-bundle.2.0.json
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"webindustry/scheduler-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"SchedulerBundle\\SchedulerBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"copy-from-recipe": {
|
||||||
|
"config/": "%CONFIG_DIR%"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"config/packages/scheduler-bundle.yaml": {
|
||||||
|
"contents": [
|
||||||
|
"monolog:",
|
||||||
|
" channels:",
|
||||||
|
" - scheduler",
|
||||||
|
" handlers:",
|
||||||
|
" scheduler:",
|
||||||
|
" level: info",
|
||||||
|
" type: rotating_file",
|
||||||
|
" max_files: 30",
|
||||||
|
" path: '%kernel.logs_dir%/scheduler.log'",
|
||||||
|
" channels: ['scheduler']"
|
||||||
|
],
|
||||||
|
"executable": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ref": "3069e6e81b0af781830e91ed82c29e24713571b3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user