X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfiguration.go;h=fecc000acc9cbe47aae45c487a8129696bd56a98;hb=c74aa8d94c6f813ec94dc824fa820e1bedbe4529;hp=e67083ad7ecd4de14b7201b781e037a54a84951f;hpb=ad876453a050280c51ca4b275cbfec4c43f11d20;p=ric-plt%2Fa1.git diff --git a/config/configuration.go b/config/configuration.go index e67083a..fecc000 100644 --- a/config/configuration.go +++ b/config/configuration.go @@ -64,6 +64,6 @@ func ParseConfiguration() *Configuration { config.MaxRetryOnFailure = viper.GetInt("MAX_RETRY_ON_FAILURE") viper.SetDefault("MAX_RETRY_ON_FAILURE", 1) config.Port = viper.GetInt("PORT") - viper.SetDefault("PORT", 4561) + viper.SetDefault("PORT", 4562) return &config }