Merge "Remove 32K limit from queries with collection parameters"
[cps.git] / cps-ncmp-service / src / test / resources / application.yml
index 03d70c2..679248b 100644 (file)
 #  SPDX-License-Identifier: Apache-2.0
 #  ============LICENSE_END=========================================================
 
-dmi:
-    auth:
-        username: some-user
-        password: some-password
-    api:
-        base-path: dmi
+app:
+    ncmp:
+        avc:
+            subscription-topic: cm-avc-subscription
+            cm-events-topic: cm-events
 
-modules-sync-watchdog:
-    async-executor:
-        parallelism-level: 3
\ No newline at end of file
+ncmp:
+    dmi:
+        auth:
+            username: some-user
+            password: some-password
+        api:
+            base-path: dmi
+
+    modules-sync-watchdog:
+        async-executor:
+            parallelism-level: 3
+
+    model-loader:
+        subscription: true
+
+# Custom Hazelcast Config.
+hazelcast:
+  mode:
+    kubernetes:
+      enabled: false
+      service-name: "cps-and-ncmp-service"
\ No newline at end of file