From 324eb16687756f1850ffa484f652e117878cf33f Mon Sep 17 00:00:00 2001 From: DylanB95EST Date: Mon, 16 May 2022 10:45:56 +0100 Subject: Remove NCMP tag from properties We have decided to remove the NCMP tag from properties and will add it later as part of our release process for KOHN. Issue-ID: CPS-875 Change-Id: I7282c3c11879f2252c8a1b193df17f3f4bb1cf14 Signed-off-by: DylanB95EST --- cps-application/src/main/resources/application.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'cps-application/src/main') diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 00424a587..7ad22e977 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -130,13 +130,14 @@ logging: springframework: INFO onap: cps: INFO -ncmp: - dmi: - auth: - username: ${DMI_USERNAME} - password: ${DMI_PASSWORD} - api: - base-path: dmi - timers: - advised-modules-sync: - sleep-time-ms: 30000 \ No newline at end of file + +dmi: + auth: + username: ${DMI_USERNAME} + password: ${DMI_PASSWORD} + api: + base-path: dmi + +timers: + advised-modules-sync: + sleep-time-ms: 30000 \ No newline at end of file -- cgit 1.2.3-korg