Description: Kafka security protocol used to communicate with brokers (SSL or PLAINTEXT).
Default value: PLAINTEXT
KAFKA_SSL_KEYSTORE_LOCATION
Description: The location of the Kafka key store file. This is optional for client and can be used for two-way authentication for client.
KAFKA_SSL_KEYSTORE_PASSWORD
Description: The store password for the Kafka key store file. This is optional for client and only needed if 'ssl.keystore.location' is configured.
KAFKA_SSL_TRUSTSTORE_LOCATION
Description: The location of the Kafka trust store file.
KAFKA_SSL_TRUSTSTORE_PASSWORD
Description: The password for the Kafka trust store file. If a password is not set, trust store file configured will still be used, but integrity checking is disabled.
OKAPI_CAMUNDA_BASEPATH
Description: The base path in the OKAPI service representing the particular back-end workflow engine base path to get the module descriptor from.
Default value: /
OKAPI_CAMUNDA_RESTPATH
Description: The base path in the OKAPI service representing the particular back-end workflow engine to use.
Default value: /camunda
OKAPI_URL
Description: The URL to the OKAPI service.
Default value: http://10.0.2.15:9130
SERVER_PORT
Description: The port to listen on that must match the PortBindings.
Default value: 8081
SERVER_SERVLET_CONTEXTPATH
Description: The context path, or base path, to host at.
Default value: /
SPRING_FLYWAY_ENABLED
Description: Database migration support via Spring Flyway.
Default value: false
SPRING_JPA_HIBERNATE_DDLAUTO
Description: Auto-configure database on startup.
Default value: update
TENANT_DEFAULTTENANT
Description: The name of the default tenant to use.
Default value: diku
TENANT_FORCETENANT
Description: Forcibly add or overwrite the tenant name using the default tenant.
Default value: false
TENANT_INITIALIZEDEFAULTTENANT
Description: Perform initial auto-creation of tenant in the DB (schema, tables, etc..).
Default value: true
TENANT_RECREATEDEFAULTTENANT
Description: When TENANT_INITIALIZEDEFAULTTENANT is true and the DB already exists, then drop and re-create.