summaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-test.yaml
blob: 60a4d76a25348b6f1e5c1c1ae2b96d24fbcebf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
spring:
  datasource:
    url: jdbc:h2:mem:testdb
    driverClassName: org.h2.Driver
    hikari:
      maxLifetime: 1800000
      maximumPoolSize: 3
  jpa:
    hibernate:
      ddl-auto: create
    properties:
      hibernate:
        dialect: org.hibernate.dialect.HSQLDialect

server:
  servlet:
    context-path: /onap/automationcomposition

runtime:
  participantParameters:
    updateParameters:
      maxRetryCount: 3
  topicParameterGroup:
    topicSources:
      -
        topic: POLICY-ACRUNTIME-PARTICIPANT
        servers:
          - localhost
        topicCommInfrastructure: dmaap
        fetchTimeout: 15000
    topicSinks:
      -
        topicCommInfrastructure: dmaap
        servers:
          - localhost
        topic: POLICY-ACRUNTIME-PARTICIPANT