Merge "get resource data for operational passthrough"
[cps.git] / cps-application / src / main / resources / application.yml
index 1b62b02..e185bf2 100644 (file)
@@ -72,6 +72,13 @@ notification:
     data-updated:\r
         enabled: false\r
         topic: ${CPS_CHANGE_EVENT_TOPIC:cps.cfg-state-events}\r
+        filters:\r
+            enabled-dataspaces: ${DATASPACE_FILTER_PATTERNS:""}\r
+\r
+springdoc:\r
+    swagger-ui:\r
+        url: /openapi.yml\r
+        path: /swagger-ui/index.html\r
 \r
 security:\r
     # comma-separated uri patterns which do not require authorization\r
@@ -100,3 +107,8 @@ logging:
     level:\r
         org:\r
             springframework: INFO\r
+\r
+dmi:\r
+    auth:\r
+        username: ${DMI_USERNAME}\r
+        password: ${DMI_PASSWORD}\r