diff options
Diffstat (limited to 'compose/config')
-rw-r--r-- | compose/config/clamp/SimulatorParticipantParameters.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/compose/config/clamp/SimulatorParticipantParameters.yaml b/compose/config/clamp/SimulatorParticipantParameters.yaml index 3959eb78..0a7e9efd 100644 --- a/compose/config/clamp/SimulatorParticipantParameters.yaml +++ b/compose/config/clamp/SimulatorParticipantParameters.yaml @@ -24,13 +24,13 @@ participant: - ${topicServer:message-router} topicCommInfrastructure: dmaap fetchTimeout: 15000 - useHttps: ${useHttps:true} + useHttps: false topicSinks: - topic: POLICY-ACRUNTIME-PARTICIPANT servers: - ${topicServer:message-router} topicCommInfrastructure: dmaap - useHttps: ${useHttps:true} + useHttps: false participantSupportedElementTypes: - typeName: ${supportedElementTypeName:org.onap.policy.clamp.acm.SimAutomationCompositionElement} @@ -44,5 +44,7 @@ management: include: health, metrics, prometheus server: port: 8087 + ssl: + enabled: false servlet: context-path: /onap/policy/clamp/acm/simparticipant |