mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
etcd: do not try authenticate when using embedded
This commit is contained in:
parent
5441c1bb6d
commit
282618441d
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ func NewEmbeddedEtcdInstance(path string, clientPort, peerPort uint16) (
|
|||
|
||||
connConfig := &Config{
|
||||
Host: "http://" + clientURL,
|
||||
User: "user",
|
||||
Pass: "pass",
|
||||
InsecureSkipVerify: true,
|
||||
Namespace: defaultNamespace,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue