
nnector.spring-boot-starter-camunda-connectors.8.6.1.source-code.application.properties Maven / Gradle / Ivy
#server.port=9898
# Use these properties to disable inbound connectors (then Operate client won't be required)
#camunda.connector.polling.enabled=false
#camunda.connector.webhook.enabled=false
# Use this to configure the Operate polling interval for inbound connectors
#camunda.connector.polling.interval=5000
# Local demo installation with simple authentication, not meant for production use
#zeebe.client.broker.gateway-address=127.0.0.1:26500
#zeebe.client.security.plaintext=true
# Use this for legacy behavior of former runtime (not using Spring for config):
#zeebe.client.broker.gateway-address=${ZEEBE_ADDRESS}
#zeebe.client.security.plaintext=${ZEEBE_INSECURE}
#camunda.operate.client.url=http://localhost:8081
#camunda.operate.client.username=demo
#camunda.operate.client.password=demo
# You can use Camunda SaaS
#zeebe.client.cloud.region=bru-2
#zeebe.client.cloud.clusterId=xxx
#zeebe.client.cloud.clientId=xxx
#zeebe.client.cloud.clientSecret=xxx
# Or specific Operate properties
#camunda.operate.client.client-id=xxx
#camunda.operate.client.client-secret=xxx
# For specifying the size of inbound connectors activity log
#camunda.connector.inbound.log.size=10
# See io.camunda.connector.inbound.operate.OperateClientFactory for more details on config Options
© 2015 - 2025 Weber Informatics LLC | Privacy Policy