We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c652d03 + 92144da commit 372f9e2Copy full SHA for 372f9e2
1 file changed
cmd/mpcium/main.go
@@ -91,6 +91,7 @@ func runNode(ctx context.Context, c *cli.Command) error {
91
usePrompts := c.Bool("prompt-credentials")
92
debug := c.Bool("debug")
93
94
+ viper.SetDefault("backup_enabled", true)
95
config.InitViperConfig()
96
environment := viper.GetString("environment")
97
logger.Init(environment, debug)
0 commit comments