diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-09-21 11:29:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-09-21 11:29:50 +0000 |
commit | 2e4e097f40d831c2d8edf6da3769a9eadb348312 (patch) | |
tree | 6d7dcae4e727943c3d53ac7182928b9dbd4909a0 /cps-application/src/main/resources/application.yml | |
parent | c9010dbe243392e6d3669dd012d876aff9f81de2 (diff) | |
parent | 107dbd8fbffb8718e653364525e38a1916bfd66f (diff) |
Merge "Add NCMP tag in properties"
Diffstat (limited to 'cps-application/src/main/resources/application.yml')
-rw-r--r-- | cps-application/src/main/resources/application.yml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/cps-application/src/main/resources/application.yml b/cps-application/src/main/resources/application.yml index f7a06c53cf..8b932f61d5 100644 --- a/cps-application/src/main/resources/application.yml +++ b/cps-application/src/main/resources/application.yml @@ -159,22 +159,22 @@ logging: springframework: INFO
onap:
cps: INFO
-
-dmi:
- auth:
- username: ${DMI_USERNAME}
- password: ${DMI_PASSWORD}
- api:
- base-path: dmi
-
-timers:
- advised-modules-sync:
- sleep-time-ms: 5000
- locked-modules-sync:
- sleep-time-ms: 300000
- cm-handle-data-sync:
- sleep-time-ms: 30000
-
-modules-sync-watchdog:
- async-executor:
- parallelism-level: 10
\ No newline at end of file +ncmp:
+ dmi:
+ auth:
+ username: ${DMI_USERNAME}
+ password: ${DMI_PASSWORD}
+ api:
+ base-path: dmi
+
+ timers:
+ advised-modules-sync:
+ sleep-time-ms: 5000
+ locked-modules-sync:
+ sleep-time-ms: 300000
+ cm-handle-data-sync:
+ sleep-time-ms: 30000
+
+ modules-sync-watchdog:
+ async-executor:
+ parallelism-level: 10
\ No newline at end of file |