Add statsd prefix in test example config
Still doesn't add automated testing (#157) but makes manual testing easier.
This commit is contained in:
parent
8e68716d16
commit
d2d7bba357
@ -58,7 +58,7 @@ var config = {
|
||||
,statsd: {
|
||||
host: 'localhost',
|
||||
port: 8125,
|
||||
prefix: 'test.'
|
||||
prefix: 'test.:host.'
|
||||
// support all allowed node-statsd options
|
||||
}
|
||||
,renderer: {
|
||||
|
Loading…
Reference in New Issue
Block a user