Merge pull request #490

This commit is contained in:
symfony-flex-server[bot]
2018-09-26 05:10:57 +00:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
liuggio_stats_d_client:
connection:
host: '%env(STATS_D_HOST)%'
port: '%env(STATS_D_PORT)%'
protocol: '%env(STATS_D_PROTOCOL)%'
@@ -0,0 +1,13 @@
{
"bundles": {
"Liuggio\\StatsDClientBundle\\LiuggioStatsDClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"STATS_D_HOST": "",
"STATS_D_PORT": "",
"STATS_D_PROTOCOL": "upd"
}
}