diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2022-05-16 10:45:56 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2022-05-16 10:46:00 +0100 |
commit | 324eb16687756f1850ffa484f652e117878cf33f (patch) | |
tree | c8ec86141b6d19d629f967a11562c3e99e7dbb19 /cps-application/src/main/resources/application.yml | |
parent | 806d31aed57c798cba0ecc33d92e5b43fa1d957b (diff) |
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 <dylan.byrne@est.tech>
Diffstat (limited to 'cps-application/src/main/resources/application.yml')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index 00424a587e..7ad22e977e 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 |