Merge pull request #453

This commit is contained in:
symfony-flex-server[bot]
2019-04-06 09:29:26 +00:00
committed by GitHub
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,4 @@
swoole_bridge:
server:
host: "%env(SWOOLE_SERVER_HOST)%"
port: "%env(SWOOLE_SERVER_PORT)%"
@@ -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"
}
}