Skip to content
Snippets Groups Projects
Commit 41c72b16 authored by Rohith's avatar Rohith
Browse files

- do not sent a default upstream url

parent 7c97deab
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ import ( ...@@ -27,7 +27,6 @@ import (
// newDefaultConfig returns a initialized config // newDefaultConfig returns a initialized config
func newDefaultConfig() *Config { func newDefaultConfig() *Config {
return &Config{ return &Config{
Listen: "127.0.0.1:3000",
TagData: make(map[string]string, 0), TagData: make(map[string]string, 0),
MatchClaims: make(map[string]string, 0), MatchClaims: make(map[string]string, 0),
Headers: make(map[string]string, 0), Headers: make(map[string]string, 0),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment