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

36 lines
1.1 KiB
JSON

{
"manifests": {
"liuggio/statsd-client-bundle": {
"manifest": {
"bundles": {
"Liuggio\\StatsDClientBundle\\LiuggioStatsDClientBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STATS_D_HOST": "",
"STATS_D_PORT": "",
"STATS_D_PROTOCOL": "udp"
}
},
"files": {
"config/packages/liuggio_stats_d_client.yaml": {
"contents": [
"liuggio_stats_d_client:",
" connection:",
" host: '%env(STATS_D_HOST)%'",
" port: '%env(STATS_D_PORT)%'",
" protocol: '%env(STATS_D_PROTOCOL)%'",
""
],
"executable": false
}
},
"ref": "4cd9b2466b6064c057d63b2075e210bbae4d460f"
}
}
}