Skip to content

Commit 92144da

Browse files
committed
Enable backup mode by default
1 parent 51a3f48 commit 92144da

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/mpcium/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func runNode(ctx context.Context, c *cli.Command) error {
9191
usePrompts := c.Bool("prompt-credentials")
9292
debug := c.Bool("debug")
9393

94+
viper.SetDefault("backup_enabled", true)
9495
config.InitViperConfig()
9596
environment := viper.GetString("environment")
9697
logger.Init(environment, debug)

0 commit comments

Comments
 (0)