mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add liuggio/statsd-client-bundle
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
liuggio_stats_d_client:
|
||||
connection:
|
||||
host: '%env(STATS_D_HOST)%'
|
||||
port: '%env(STATS_D_PORT)%'
|
||||
protocol: '%env(STATS_D_PROTOCOL)%'
|
||||
13
liuggio/statsd-client-bundle/1.6/manifest.json
Normal file
13
liuggio/statsd-client-bundle/1.6/manifest.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user