mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-31 07:04:26 +01:00
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,4 +15,5 @@
|
||||
cmd/aperture/aperture
|
||||
|
||||
# misc
|
||||
.vscode
|
||||
.vscode
|
||||
.idea
|
||||
|
||||
@@ -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