Add Ad3n Ratchet Bundle (#98)

This commit is contained in:
Muhamad Surya Iksanudin
2017-10-04 08:25:50 +07:00
committed by Symfony
parent 7e0362e10e
commit 4e9fb878dc
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
ihsan_ratchet:
web_socket_port: "%env(WEB_SOCKET_PORT)%"

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Ihsan\\RatchetBundle\\IhsanRatchetBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"WEB_SOCKET_PORT": "7777"
}
}