From 5e19c41cb8280ab092911a3c104e4980334f68dc Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Wed, 18 Nov 2020 15:34:38 +0100 Subject: [PATCH] build: extend sample-lnd-conf with db.etcd.embedded --- sample-lnd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sample-lnd.conf b/sample-lnd.conf index 01bc5eaad..c3a23160f 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -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