Files
symfony-flex-recipes-contrib/timiki.rpc-client-bundle.4.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

35 lines
1.1 KiB
JSON

{
"manifests": {
"timiki/rpc-client-bundle": {
"manifest": {
"bundles": {
"Timiki\\Bundle\\RpcClientBundle\\RpcClientBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/rpc_client.yaml": {
"contents": [
"# Read the documentation: https://github.com/timiki/rpc-client-bundle",
"",
"rpc_client:",
"",
" # connection:",
" # name_1: RPC_SERVER_URL_1",
" # name_2: RPC_SERVER_URL_2",
"",
" connection: null",
""
],
"executable": false
}
},
"ref": "fd232956391a42232fe857432136c9387c8ec0d1"
}
}
}