Allow separate registration of DMIDataPlugin and DmiModelPugin
[cps.git] / cps-ncmp-service / src / test / resources / application.yml
index 8ffb882..d8fbb64 100644 (file)
 #  SPDX-License-Identifier: Apache-2.0
 #  ============LICENSE_END=========================================================
 
-rest:
+dmi:
+    auth:
+        username: some-user
+        password: some-password
     api:
-        ncmp-base-path: /cps-ncmp/api
-spring:
+        base-path: /dmi
+