swoole-bridge-bundle

This commit is contained in:
fedor.f
2018-08-15 17:26:13 +03:00
parent 15e40f27cd
commit 4c6dbcf685
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
swoole_bridge:
server:
host: "%env(SWOOLE_SERVER_HOST)%"
port: "%env(SWOOLE_SERVER_PORT)%"

View File

@@ -0,0 +1,12 @@
{
"bundles": {
"Insidestyles\\SwooleBridgeBundle\\SwooleBridgeBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"SWOOLE_SERVER_HOST": "127.0.0.1",
"SWOOLE_SERVER_PORT": "8080"
}
}