We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d84310 commit f3df9d5Copy full SHA for f3df9d5
store/consul/consul.go
@@ -74,7 +74,6 @@ func New(endpoints []string, options *store.Config) (store.Store, error) {
74
s.config = config
75
config.HttpClient = http.DefaultClient
76
config.Address = endpoints[0]
77
- config.Scheme = "http"
78
79
// Set options
80
if options != nil {
0 commit comments