diff --git a/config.go b/config.go
index 1c0f6c580741a570a7436c2ea0d6833ba463e4c5..682c0e76b668c3736eaac80cd915993074a6dd8e 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),