From 18486d2bf91bd9ecdae53c98a917a77f3f47e58d Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Fri, 21 Jan 2022 13:36:46 +0200 Subject: [PATCH] config: add group and namespace to hashmail config Add group and namespace to hashmail config so that hashmail params can be specified on the command line. --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index b27f9c3..082dd25 100644 --- a/config.go +++ b/config.go @@ -114,7 +114,7 @@ type Config struct { // HashMail is the configuration section for configuring the Lightning // Node Connect mailbox server. - HashMail *HashMailConfig `long:"hashmail" description:"Configuration for the Lightning Node Connect mailbox server."` + HashMail *HashMailConfig `group:"hashmail" namespace:"hashmail" description:"Configuration for the Lightning Node Connect mailbox server."` // DebugLevel is a string defining the log level for the service either // for all subsystems the same or individual level by subsystem.