blob: 25187a6d0f6294038f8922483c8b8e64adccb1cf [file] [log] [blame]
saul.gillf731e762023-08-21 10:55:10 +01001spring:
2 datasource:
3 url: jdbc:h2:mem:testdb
4 driverClassName: org.h2.Driver
5 hikari:
6 maxLifetime: 1800000
7 maximumPoolSize: 3
8 jpa:
9 hibernate:
10 ddl-auto: create
11 properties:
12 hibernate:
13 dialect: org.hibernate.dialect.HSQLDialect
14
15metrics:
16 security:
17 disabled: true
18
19server:
20 servlet:
21 context-path: /onap/policy/clamp/acm
22
23runtime:
24 participantParameters:
25 updateParameters:
26 maxRetryCount: 3
27 topicParameterGroup:
28 topicSources:
29 -
30 topic: POLICY-ACRUNTIME-PARTICIPANT
31 servers:
32 - localhost
33 topicCommInfrastructure: dmaap
34 fetchTimeout: 15000
35 topicSinks:
36 -
37 topicCommInfrastructure: dmaap
38 servers:
39 - localhost
adheli.tavares9bd7cd22023-10-12 13:56:39 +010040 topic: POLICY-ACRUNTIME-PARTICIPANT