You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2014/10/22 23:12:00 UTC

[58/82] [abbrv] git commit: change default property value to turn off graphite

change default property value to turn off graphite


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/a561cef4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/a561cef4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/a561cef4

Branch: refs/heads/two-dot-o-events
Commit: a561cef4d7582ab52928527c9ee74031976550dc
Parents: 3914d68
Author: Shawn Feldman <sf...@apache.org>
Authored: Mon Oct 20 11:05:51 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Mon Oct 20 11:05:51 2014 -0600

----------------------------------------------------------------------
 stack/config/src/main/resources/usergrid-default.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a561cef4/stack/config/src/main/resources/usergrid-default.properties
----------------------------------------------------------------------
diff --git a/stack/config/src/main/resources/usergrid-default.properties b/stack/config/src/main/resources/usergrid-default.properties
index 2e8ce0c..a4760dd 100644
--- a/stack/config/src/main/resources/usergrid-default.properties
+++ b/stack/config/src/main/resources/usergrid-default.properties
@@ -371,7 +371,7 @@ usergrid.management.email.user-pin=\
 
 
 # graphite server
-usergrid.metrics.graphite.host=badhost
+usergrid.metrics.graphite.host=false
 
 ###############################################################################
 #