saul.gill | f731e76 | 2023-08-21 10:55:10 +0100 | [diff] [blame] | 1 | spring: |
| 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 | |
| 15 | metrics: |
| 16 | security: |
| 17 | disabled: true |
| 18 | |
| 19 | server: |
| 20 | servlet: |
| 21 | context-path: /onap/policy/clamp/acm |
| 22 | |
| 23 | runtime: |
| 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.tavares | 9bd7cd2 | 2023-10-12 13:56:39 +0100 | [diff] [blame^] | 40 | topic: POLICY-ACRUNTIME-PARTICIPANT |