Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
If DevServices has been explicitly enabled or disabled. DevServices is generally enabled by default, unless there is an existing configuration present. When DevServices is enabled Quarkus will attempt to automatically configure and start a database when running in Dev or Test mode and when Docker is running. Environment variable: |
boolean |
|
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Indicates if the Zeebe server managed by Quarkus Dev Services is shared. When shared, Quarkus looks for running containers using label-based service discovery. If a matching container is found, it is used, and so a second one is not started. Otherwise, Dev Services for Zeebe starts a new container.
The discovery uses the Environment variable: |
boolean |
|
The value of the Environment variable: |
string |
|
The container image name to use, for container based DevServices providers. Environment variable: |
string |
|
Helper to define the stop strategy for containers created by DevServices. In particular, we don’t want to actually stop the containers when they have been flagged for reuse, and when the Testcontainers configuration has been explicitly set to allow container reuse. To enable reuse, ass Environment variable: |
boolean |
|
Enable or disable dev monitor for dev-services. Environment variable: |
boolean |
|
Optional fixed port the dev monitor will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The container image name to use, for container based zeebe simple monitor. Environment variable: |
string |
|
The value of the Environment variable: |
string |
|
Helper to define the stop strategy for containers created by DevServices. In particular, we don’t want to actually stop the containers when they have been flagged for reuse, and when the Testcontainers configuration has been explicitly set to allow container reuse. To enable reuse, ass Environment variable: |
boolean |
|
Optional fixed debug export receiver port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Disable or enable debug exporter for the test. Environment variable: |
boolean |
|
Enable or disable debug exporter. Environment variable: |
boolean |
|
Fixed debug export receiver port the localhost service will listen to. Environment variable: |
int |
|
Observe changes in the bpmn files. Environment variable: |
boolean |
|
Observe changes in the bpmn directory and subdirectories. Environment variable: |
boolean |
|
Observe changes in the job worker. Environment variable: |
boolean |
|
Whether an auto scan BPMN process folder. Default true Environment variable: |
boolean |
|
BPMN process root folder. Default bpmn Environment variable: |
string |
|
Whether a metrics is enabled in case the micrometer or micro-profile metrics extension is present. Environment variable: |
boolean |
|
Whether a health check is published in case the smallrye-health extension is present. Environment variable: |
boolean |
|
Whether an opentracing is published in case the smallrye-opentracing extension is present. Environment variable: |
boolean |
|