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: false server: servlet: context-path: /onap/policy/clamp/acm 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 acmParameters: acElementName: org.onap.policy.clamp.acm.AutomationCompositionElement acNodeType: org.onap.policy.clamp.acm.AutomationComposition