From e3c45b1964f6a36c8f52e9588d671edebdf79e58 Mon Sep 17 00:00:00 2001 From: Jonathan Halterman Date: Mon, 2 Jun 2014 13:36:37 -0700 Subject: [PATCH] Added API region config --- templates/default/mon-service-config.yml.erb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default/mon-service-config.yml.erb b/templates/default/mon-service-config.yml.erb index 22dcee4..a635b51 100644 --- a/templates/default/mon-service-config.yml.erb +++ b/templates/default/mon-service-config.yml.erb @@ -1,3 +1,6 @@ +# The region for which all metrics passing through this server will be persisted +region: <%= @setting['api_region'] %> + # Whether this server is running on a secure port accessedViaHttps: false