Gonzalo Alonso
2018-06-13 15:03:32 -03:00
parent d11f6a0a31
commit ecab13b229
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
rolland_rock_websocket:
port: '%env(WEBSOCKET_PORT)%'
# client: App\Handler\WelcomeHandler

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"RollandRock\\WebsocketBundle\\RollandRockWebsocketBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WEBSOCKET_PORT": "4242"
}
}