Skip to content
Snippets Groups Projects
Commit 46553ac5 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

change default net

parent 564d08b6
No related branches found
No related tags found
No related merge requests found
......@@ -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")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment