diff options
Diffstat (limited to 'participant/participant-impl/participant-impl-policy/src')
-rw-r--r-- | participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml index 7a0ef8dd4..9411dff68 100644 --- a/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml +++ b/participant/participant-impl/participant-impl-policy/src/main/resources/config/application.yaml @@ -38,18 +38,18 @@ participant: participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03 clampAutomationCompositionTopics: topicSources: - - topic: ${participant.intermediaryparameters.topics.operationTopic} + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP fetchTimeout: 15000 - - topic: ${participant.intermediaryparameters.topics.syncTopic} + - topic: ${participant.intermediaryParameters.topics.syncTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP fetchTimeout: 15000 topicSinks: - - topic: ${participant.intermediaryparameters.topics.operationTopic} + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: NOOP |