From 41c72b1695d4304af5d057115f70bf3a5b78dd8c Mon Sep 17 00:00:00 2001
From: Rohith <gambol99@gmail.com>
Date: Sat, 13 Aug 2016 17:54:17 +0100
Subject: [PATCH] - do not sent a default upstream url

---
 config.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config.go b/config.go
index 1c0f6c5..682c0e7 100644
--- a/config.go
+++ b/config.go
@@ -27,7 +27,6 @@ import (
 // newDefaultConfig returns a initialized config
 func newDefaultConfig() *Config {
 	return &Config{
-		Listen:                   "127.0.0.1:3000",
 		TagData:                  make(map[string]string, 0),
 		MatchClaims:              make(map[string]string, 0),
 		Headers:                  make(map[string]string, 0),
-- 
GitLab