blob: e961df075ffab020f1e8d1eba457e59b79e10c82 [file] [log] [blame]
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
metrics:
security:
disabled: true
server:
servlet:
context-path: /onap/policy/clamp/acm
runtime:
participantParameters:
updateParameters:
maxRetryCount: 3
topicParameterGroup:
topicSources:
-
topic: POLICY-ACRUNTIME-PARTICIPANT
servers:
- localhost
topicCommInfrastructure: noop
fetchTimeout: 15000
topicSinks:
-
topicCommInfrastructure: noop
servers:
- localhost
topic: POLICY-ACRUNTIME-PARTICIPANT
tracing:
enabled: true
exporter:
endpoint: http://jaeger:4318
protocol: http
sampler:
jaeger-remote:
endpoint: http://jaeger:14250