summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authortragait <rahul.tyagi@est.tech>2021-09-10 10:45:31 +0100
committertragait <rahul.tyagi@est.tech>2021-09-10 12:12:18 +0100
commitaea4b371e4c06a7d5b4191ab8a602e99abd1f140 (patch)
tree1ce41c5f7d82c49a613ca7f82c531c5f1fbafabc /src/main/resources
parent7eb4d1b72e0d45ede0c67223082fcc9760be4ead (diff)
revert cps:634 postpone this bug to jakarta
This commit also have fix in application yaml for correct ncmp api path for registration url. Issue-ID: CPS-634 Issue-ID: CPS-617 Signed-off-by: tragait <rahul.tyagi@est.tech> Change-Id: I465991492a01092e28b97583f84ed959c54ffaa6
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/application.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 10297e76..4383e794 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -54,7 +54,7 @@ management:
cps-core:
baseUrl: http://${CPS_CORE_HOST}:${CPS_CORE_PORT}
- dmiRegistrationUrl : /cps-ncmp/api/ncmp-dmi/v1/ch
+ dmiRegistrationUrl : /ncmp/v1/ch
auth:
username: ${CPS_CORE_USERNAME}
password: ${CPS_CORE_PASSWORD}