diff --git a/insidestyles/swoole-bridge-bundle/0.4/config/packages/swoole_bridge.yaml b/insidestyles/swoole-bridge-bundle/0.4/config/packages/swoole_bridge.yaml new file mode 100644 index 00000000..60f978c2 --- /dev/null +++ b/insidestyles/swoole-bridge-bundle/0.4/config/packages/swoole_bridge.yaml @@ -0,0 +1,4 @@ +swoole_bridge: + server: + host: "%env(SWOOLE_SERVER_HOST)%" + port: "%env(SWOOLE_SERVER_PORT)%" diff --git a/insidestyles/swoole-bridge-bundle/0.4/manifest.json b/insidestyles/swoole-bridge-bundle/0.4/manifest.json new file mode 100644 index 00000000..854a8a26 --- /dev/null +++ b/insidestyles/swoole-bridge-bundle/0.4/manifest.json @@ -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" + } +}