From c421ea6bfc2e3f2ecc80343d5ad993f62aca7606 Mon Sep 17 00:00:00 2001 From: javi Date: Wed, 12 Feb 2014 15:33:41 +0100 Subject: [PATCH] added basic statsd cnfiguration options in sample file #139 --- config/environments/production.js.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 6c612f81..2f08f889 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -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,