X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fconfiguration.go;h=fecc000acc9cbe47aae45c487a8129696bd56a98;hb=refs%2Fheads%2Fh-release;hp=e67083ad7ecd4de14b7201b781e037a54a84951f;hpb=8e5f4be592d00c05ec1e3b2ea455bc39cb023d68;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 }