diff --git a/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml b/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml new file mode 100644 index 00000000..616ad573 --- /dev/null +++ b/liuggio/statsd-client-bundle/1.6/config/packages/liuggio_stats_d_client.yaml @@ -0,0 +1,5 @@ +liuggio_stats_d_client: + connection: + host: '%env(STATS_D_HOST)%' + port: '%env(STATS_D_PORT)%' + protocol: '%env(STATS_D_PROTOCOL)%' diff --git a/liuggio/statsd-client-bundle/1.6/manifest.json b/liuggio/statsd-client-bundle/1.6/manifest.json new file mode 100644 index 00000000..7275ef96 --- /dev/null +++ b/liuggio/statsd-client-bundle/1.6/manifest.json @@ -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" + } +}