Files
symfony-flex-recipes-contrib/insidestyles.swoole-bridge-bundle.0.4.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

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"
}
}
}