Skip to content

Commit

Permalink
Added default server port
Browse files Browse the repository at this point in the history
Signed-off-by: Paveen Kumar <[email protected]>
  • Loading branch information
PaveenV authored and wazir-ahmed committed Sep 12, 2023
1 parent d0579b7 commit 0b5b734
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libs/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ func SetDefaultConfig() {
// discoveredPolicy config
viper.SetDefault("dsp.auto-deploy-dsp", true)

// Server TLS Config
// Server Config
viper.SetDefault("server.port", 9089)
viper.SetDefault("server.tls.enable", false)

}
Expand Down

0 comments on commit 0b5b734

Please sign in to comment.