We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a3f48 commit 92144daCopy full SHA for 92144da
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