Put statsd config in all example configs

This commit is contained in:
Sandro Santilli 2014-02-12 16:01:50 +01:00
parent 66e57606d2
commit cdbcc7dc18
3 changed files with 15 additions and 0 deletions

View File

@ -54,6 +54,11 @@ var config = {
max_size: 500
}
,mapnik_version: undefined
,statsd: {
host: 'localhost',
port: 8125
// support all allowed node-statsd options
}
,renderer: {
// Milliseconds since last access before renderer cache item expires
cache_ttl: 60000,

View File

@ -48,6 +48,11 @@ var config = {
max_size: 500
}
,mapnik_version: undefined
,statsd: {
host: 'localhost',
port: 8125
// support all allowed node-statsd options
}
,renderer: {
// Milliseconds since last access before renderer cache item expires
cache_ttl: 60000,

View File

@ -48,6 +48,11 @@ var config = {
max_size: 500
}
,mapnik_version: '2.0.2'
,statsd: {
host: 'localhost',
port: 8125
// support all allowed node-statsd options
}
,renderer: {
// Milliseconds since last access before renderer cache item expires
cache_ttl: 60000,