mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 09:34:20 +01:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user