mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
Add configuration description
This commit is contained in:
@ -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."`
|
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."`
|
User string `long:"user" description:"Etcd database user."`
|
||||||
|
|
||||||
|
@ -1374,7 +1374,7 @@
|
|||||||
|
|
||||||
[etcd]
|
[etcd]
|
||||||
|
|
||||||
; Etcd database host.
|
; Etcd database host. Supports multiple hosts separated by a comma.
|
||||||
; Default:
|
; Default:
|
||||||
; db.etcd.host=
|
; db.etcd.host=
|
||||||
; Example:
|
; Example:
|
||||||
|
Reference in New Issue
Block a user