mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
rolland_rock_websocket:
|
||||
port: '%env(WEBSOCKET_PORT)%'
|
||||
# client: App\Handler\WelcomeHandler
|
||||
12
gonzakpo/websocket-bundle/1.0/manifest.json
Normal file
12
gonzakpo/websocket-bundle/1.0/manifest.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"bundles": {
|
||||
"RollandRock\\WebsocketBundle\\RollandRockWebsocketBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"WEBSOCKET_PORT": "4242"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user