etcd: fix embbeded etcd connection cfg

This commit is contained in:
Andras Banki-Horvath 2021-02-18 16:54:28 +01:00
parent 9992e5c0b5
commit 5441c1bb6d
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -98,7 +98,7 @@ func NewEmbeddedEtcdInstance(path string, clientPort, peerPort uint16) (
}
connConfig := &Config{
Host: "http://" + peerURL,
Host: "http://" + clientURL,
User: "user",
Pass: "pass",
InsecureSkipVerify: true,