if audit fails write sub interface data to a ai
[so.git] / adapters / mso-openstack-adapters / src / test / resources / application-test.yaml
index 781d49f..694aeda 100644 (file)
@@ -64,6 +64,8 @@ tomcat:
   max-threads: 50
 mso:
   logPath: logs
+  msb-ip: localhost
+  msb-port: ${wiremock.server.port}
   catalog:
     db:
       spring:
@@ -75,9 +77,13 @@ mso:
     core-pool-size: 50
     max-pool-size: 50
     queue-capacity: 500
+    workflow:
+  topics:
+    retryMultiplier: 60000
+    retrySequence: 1, 1, 2, 3, 5, 8, 13, 20
 spring:
   datasource:
-    jdbc-url: jdbc:mariadb://localhost:3307/catalogdb
+    url: jdbc:mariadb://localhost:3307/catalogdb
     username: root
     password: password
     driver-class-name: org.mariadb.jdbc.Driver