Skip to content

Commit 6043ced

Browse files
committed
Add configuration description
1 parent a0ec4f2 commit 6043ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kvdb/etcd/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Config struct {
1414

1515
EmbeddedLogFile string `long:"embedded_log_file" description:"Optional log file to use for embedded instance logs. note: use for testing only."`
1616

17-
Host string `long:"host" description:"Etcd database host."`
17+
Host string `long:"host" description:"Etcd database host. Supports multiple hosts separated by a comma."`
1818

1919
User string `long:"user" description:"Etcd database user."`
2020

sample-lnd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@
13741374

13751375
[etcd]
13761376

1377-
; Etcd database host.
1377+
; Etcd database host. Supports multiple hosts separated by a comma.
13781378
; Default:
13791379
; db.etcd.host=
13801380
; Example:

0 commit comments

Comments
 (0)