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 a0ec4f2 commit 6043cedCopy full SHA for 6043ced
kvdb/etcd/config.go
@@ -14,7 +14,7 @@ type Config struct {
14
15
EmbeddedLogFile string `long:"embedded_log_file" description:"Optional log file to use for embedded instance logs. note: use for testing only."`
16
17
- Host string `long:"host" description:"Etcd database host."`
+ Host string `long:"host" description:"Etcd database host. Supports multiple hosts separated by a comma."`
18
19
User string `long:"user" description:"Etcd database user."`
20
sample-lnd.conf
@@ -1374,7 +1374,7 @@
1374
1375
[etcd]
1376
1377
-; Etcd database host.
+; Etcd database host. Supports multiple hosts separated by a comma.
1378
; Default:
1379
; db.etcd.host=
1380
; Example:
0 commit comments