diff --git a/cmd/root.go b/cmd/root.go index 44b3481f3447209e655c00d3fc86063b626f54cc..6393766ec1db2567406ad018a4873a7ee772b399 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -126,6 +126,6 @@ func initConfig() { } viper.SetDefault("repository-base-path", "./models") viper.SetDefault("orchestrator-shutown-timeout", time.Duration(1)*time.Minute) - viper.SetDefault("docker-orchestrator-network", "csbi-dev-net") + viper.SetDefault("docker-orchestrator-network", "csbi_csbi-dev-net") log.WithFields(viper.AllSettings()).Debug("current viper config") }