mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-31 15:14:26 +01:00
conf: add signet support
This commit is contained in:
@@ -43,7 +43,7 @@ type EtcdConfig struct {
|
||||
}
|
||||
|
||||
type AuthConfig struct {
|
||||
Network string `long:"network" description:"The network LND is connected to." choice:"regtest" choice:"simnet" choice:"testnet" choice:"mainnet"`
|
||||
Network string `long:"network" description:"The network LND is connected to." choice:"regtest" choice:"simnet" choice:"testnet" choice:"mainnet" choice:"signet"`
|
||||
|
||||
Disable bool `long:"disable" description:"Whether to disable auth."`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user