Files
symfony-flex-recipes-contrib/luzrain.workerman-bundle.0.1.json
T
github-action[bot]andgithub-action[bot] f562435119 Update Flex endpoint
2023-08-30 15:02:33 +00:00

39 lines
1.3 KiB
JSON

{
"manifests": {
"luzrain/workerman-bundle": {
"manifest": {
"bundles": {
"Luzrain\\WorkermanBundle\\WorkermanBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/workerman.yaml": {
"contents": [
"workerman:",
" servers:",
" -",
" name: 'Symfony webserver'",
" listen: http://0.0.0.0:80",
" processes: 4",
"",
" reload_strategy:",
" exception:",
" active: true",
"",
" file_monitor:",
" active: true",
""
],
"executable": false
}
},
"ref": "913b079c70c523b869e8eb936b0234f4e6f6ee11"
}
}
}