Skip to content

Commit e98217e

Browse files
mcapucciniMarco Capuccini
authored andcommitted
Remove http setting
Signed-off-by: Marco Capuccini <[email protected]>
1 parent 1d84310 commit e98217e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

store/consul/consul.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ func New(endpoints []string, options *store.Config) (store.Store, error) {
7474
s.config = config
7575
config.HttpClient = http.DefaultClient
7676
config.Address = endpoints[0]
77-
config.Scheme = "http"
7877

7978
// Set options
8079
if options != nil {

0 commit comments

Comments
 (0)