From: halil.cakal Date: Tue, 25 Nov 2025 14:27:46 +0000 (+0000) Subject: Revert commit for: Connection refused exp. in DmiRestClient #1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=51e964c58639d36b748dff94daf495c14e06af78;p=cps%2Fncmp-dmi-plugin.git Revert commit for: Connection refused exp. in DmiRestClient #1 - This is a manual revert for the commit : 142464: changed env. variable server.port for dmi-stub | https://gerrit.onap.org/r/c/cps/ncmp-dmi-plugin/+/142464 - There have been k6 failures after build # : 2637 Issue-ID: CPS-3056 Change-Id: I003fe0fcfdc14204059c16c5188c84d031071a09 Signed-off-by: halil.cakal --- diff --git a/dmi-stub/dmi-stub-service/src/main/resources/application.yml b/dmi-stub/dmi-stub-service/src/main/resources/application.yml index f384511b..65a1bec3 100644 --- a/dmi-stub/dmi-stub-service/src/main/resources/application.yml +++ b/dmi-stub/dmi-stub-service/src/main/resources/application.yml @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= server: - port: ${SERVER_PORT:8092} + port: ${DMI_STUB_SERVER_PORT:8092} rest: api: