diff --git a/cmd/root.go b/cmd/root.go index 79078ea..1ccf025 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -135,8 +135,6 @@ func initConfig() { viper.AddConfigPath("$HOME/.opengfw") viper.AddConfigPath("/etc/opengfw") } - - viper.SetDefault("replay.realtime", true) } func initLogger() {