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

32 lines
977 B
JSON

{
"manifests": {
"gonzakpo/websocket-bundle": {
"manifest": {
"bundles": {
"RollandRock\\WebsocketBundle\\RollandRockWebsocketBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WEBSOCKET_PORT": "4242"
}
},
"files": {
"config/packages/gonzakpo_websocket.yaml": {
"contents": [
"rolland_rock_websocket:",
" port: '%env(WEBSOCKET_PORT)%'",
" #client: App\\Handler\\WelcomeHandler",
""
],
"executable": false
}
},
"ref": "a75a0cfcb131e0b676291431b17fbc627d27dca9"
}
}
}