mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
39 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|