Springboot 2.0 upgrade
[so.git] / bpmn / so-bpmn-building-blocks / src / test / resources / application-test.yaml
index 1aa046c..32d6435 100644 (file)
@@ -1,6 +1,7 @@
 aai:
-  auth: 26AFB797A6A57960D5D718491925C50F77CDC22AC394B3DBA09950D8FD1C0764
+  auth: 5A1272FE739BECA4D4374A86B25C021DFE6745E3BB7BE6836BF64A6059B8220E586C21FD7567AF41DB42571EB7
   endpoint: http://localhost:28090
+  pnfEntryNotificationTimeout: P14D
 appc:
   client:
     key: iaEMAfjsVsZnraBP
@@ -34,7 +35,7 @@ mso:
     completemsoprocess:
       endpoint: http://localhost:28090/CompleteMsoProcess
     db:
-      auth: 757A94191D685FD2092AC1490730A4FC
+      auth: 5E12ACACBD552A415E081E29F2C4772F9835792A51C766CCFDD7433DB5220B59969CB2798C
       endpoint: http://localhost:28090/dbadapters/RequestsDbAdapter
       spring:
         endpoint: http://localhost:28090
@@ -46,7 +47,7 @@ mso:
       db:
         endpoint: http://localhost:28090/dbadapters/RequestsDbAdapter
     po:
-      auth: 757A94191D685FD2092AC1490730A4FC
+      auth: 5E12ACACBD552A415E081E29F2C4772F9835792A51C766CCFDD7433DB5220B59969CB2798C
       password: 3141634BF7E070AA289CF2892C986C0B
     sdnc:
       endpoint: http://localhost:28090/SDNCAdapter
@@ -176,11 +177,11 @@ sniro:
     headers.latestVersion: 2
 spring:
   datasource:
-    url: jdbc:mariadb://localhost:3307/camundabpmn
+    jdbc-url: jdbc:mariadb://localhost:3307/camundabpmn
     username: root
     password: password
     driver-class-name: org.mariadb.jdbc.Driver
-    initialize: true
+    initialization-mode: always
   jpa:
     generate-ddl: false
     show-sql: false
@@ -199,3 +200,13 @@ camunda:
     metrics:
       enabled: false
       db-reporter-activate: false
+pnf:
+  dmaap:
+    host: hostTest
+    port: 1234
+    protocol: http
+    uriPathPrefix: events
+    topicName: pnfReady
+    consumerGroup: consumerGroup
+    consumerId: consumerId
+    topicListenerDelayInSeconds: 5
\ No newline at end of file