From 75cd80a84c04f80bc78aec6393fcf897a9d5dcff Mon Sep 17 00:00:00 2001
From: Kálmán Viktor <kviktor@cloud.bme.hu>
Date: Wed, 2 Jul 2014 14:02:15 +0200
Subject: [PATCH] monitor: rename env variable

---
 circle/monitor/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle/monitor/client.py b/circle/monitor/client.py
index 5565ecf..059603e 100644
--- a/circle/monitor/client.py
+++ b/circle/monitor/client.py
@@ -11,7 +11,7 @@ class Client:
 
     env_config = {
         "server_address": "GRAPHITE_HOST",
-        "server_port": "AMQP_PORT",
+        "server_port": "GRAPHITE_AMQP_PORT",
         "amqp_user": "GRAPHITE_AMQP_USER",
         "amqp_pass": "GRAPHITE_AMQP_PASSWORD",
         "amqp_queue": "GRAPHITE_AMQP_QUEUE",
--
libgit2 0.26.0