blob: aa40445343f7dad28df95556764ab24a8a595fbf [file] [log] [blame]
adheli.tavares7f630942022-03-09 10:39:29 +00001spring:
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
saul.gillf731e762023-08-21 10:55:10 +010015metrics:
16 security:
17 disabled: false
18
rameshiyer27f4a81232022-10-10 15:12:40 +010019server:
20 servlet:
21 context-path: /onap/policy/clamp/acm
22
adheli.tavares7f630942022-03-09 10:39:29 +000023runtime:
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
40 topic: POLICY-ACRUNTIME-PARTICIPANT
rameshiyer275a92f5d2023-09-22 15:46:30 +010041 acmParameters:
42 acElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
43 acNodeType: org.onap.policy.clamp.acm.AutomationComposition