Skip to content

Commit

Permalink
fix odd merge
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSC208 committed Jan 13, 2025
1 parent 698b455 commit d008983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chassis/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func LoadConfig() Config {
return configSingleton
}

func setDefaults() {
func setDefaults(v *viper.Viper) {
viper.SetDefault("service.network.port", 8090)
viper.SetDefault("service.network.bind_address", "0.0.0.0")
viper.SetDefault("service.network.advertise_address", "127.0.0.1")
Expand Down

0 comments on commit d008983

Please sign in to comment.