mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
Add configuration description
This commit is contained in:
parent
a0ec4f24d6
commit
6043ced572
@ -14,7 +14,7 @@ type Config struct {
|
||||
|
||||
EmbeddedLogFile string `long:"embedded_log_file" description:"Optional log file to use for embedded instance logs. note: use for testing only."`
|
||||
|
||||
Host string `long:"host" description:"Etcd database host."`
|
||||
Host string `long:"host" description:"Etcd database host. Supports multiple hosts separated by a comma."`
|
||||
|
||||
User string `long:"user" description:"Etcd database user."`
|
||||
|
||||
|
@ -1374,7 +1374,7 @@
|
||||
|
||||
[etcd]
|
||||
|
||||
; Etcd database host.
|
||||
; Etcd database host. Supports multiple hosts separated by a comma.
|
||||
; Default:
|
||||
; db.etcd.host=
|
||||
; Example:
|
||||
|
Loading…
Reference in New Issue
Block a user