Add NCMP tag in properties
[cps.git] / cps-ncmp-service / src / test / resources / application.yml
index 03d70c2..8d8bfaf 100644 (file)
 #  SPDX-License-Identifier: Apache-2.0
 #  ============LICENSE_END=========================================================
 
-dmi:
-    auth:
-        username: some-user
-        password: some-password
-    api:
-        base-path: dmi
+ncmp:
+    dmi:
+        auth:
+            username: some-user
+            password: some-password
+        api:
+            base-path: dmi
 
-modules-sync-watchdog:
-    async-executor:
-        parallelism-level: 3
\ No newline at end of file
+    modules-sync-watchdog:
+        async-executor:
+            parallelism-level: 3
\ No newline at end of file