From 6043ced5728d1f4a65d8e106cbc7c41cdbb1b618 Mon Sep 17 00:00:00 2001 From: elbandi Date: Wed, 31 Jul 2024 01:13:20 +0200 Subject: [PATCH] Add configuration description --- kvdb/etcd/config.go | 2 +- sample-lnd.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kvdb/etcd/config.go b/kvdb/etcd/config.go index 76ca264c9..e8cbaf98c 100644 --- a/kvdb/etcd/config.go +++ b/kvdb/etcd/config.go @@ -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."` diff --git a/sample-lnd.conf b/sample-lnd.conf index e20b5ea8e..70251ea10 100644 --- a/sample-lnd.conf +++ b/sample-lnd.conf @@ -1374,7 +1374,7 @@ [etcd] -; Etcd database host. +; Etcd database host. Supports multiple hosts separated by a comma. ; Default: ; db.etcd.host= ; Example: