mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
swoole-bridge-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
swoole_bridge:
|
||||
server:
|
||||
host: "%env(SWOOLE_SERVER_HOST)%"
|
||||
port: "%env(SWOOLE_SERVER_PORT)%"
|
||||
12
insidestyles/swoole-bridge-bundle/0.4/manifest.json
Normal file
12
insidestyles/swoole-bridge-bundle/0.4/manifest.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user