mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"insidestyles/swoole-bridge-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Insidestyles\\SwooleBridgeBundle\\SwooleBridgeBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"SWOOLE_SERVER_HOST": "127.0.0.1",
|
|
"SWOOLE_SERVER_PORT": "8080"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/swoole_bridge.yaml": {
|
|
"contents": [
|
|
"swoole_bridge:",
|
|
" server:",
|
|
" host: \"%env(SWOOLE_SERVER_HOST)%\"",
|
|
" port: \"%env(SWOOLE_SERVER_PORT)%\"",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "402eaa02072db0ea84ab414628e4eb47f5894029"
|
|
}
|
|
}
|
|
}
|