build: extend sample-lnd-conf with db.etcd.embedded

This commit is contained in:
Andras Banki-Horvath 2020-11-18 15:34:38 +01:00
parent 5f3b800630
commit 5e19c41cb8
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -952,6 +952,10 @@ litecoin.node=ltcd
; Whether to collect etcd commit stats.
; db.etcd.collect_stats=true
; If set LND will use an embedded etcd instance instead of the external one.
; Useful for testing.
; db.etcd.embedded=false
[bolt]
; If true, prevents the database from syncing its freelist to disk.
; db.bolt.nofreelistsync=1