Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
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 Unleash 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 Unleash starts a new container. The discovery uses the Container sharing is only used in dev mode. Environment variable: |
boolean |
|
The value of the This property is used when you need multiple shared Unleash servers. Environment variable: |
string |
|
The container image name to use, for container based DevServices providers. Environment variable: |
string |
|
Enabled or disable log of the mock-server Environment variable: |
boolean |
|
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 |
|
The import data from file during the start. Environment variable: |
string |
|
The container image name to use, for unleash database. Environment variable: |
string |
|
The value of the This property is used when you need multiple shared Unleash DB servers. Environment variable: |
string |
|
Whether or not the Unleash extension is active. Environment variable: |
boolean |
|
Unleash URL service endpoint Environment variable: |
string |
required |
Application name Environment variable: |
string |
|
Project name Environment variable: |
string |
|
Instance ID. Environment variable: |
string |
|
Disable Unleash metrics Environment variable: |
boolean |
|
Application Unleash token Environment variable: |
string |
|
Application environment Environment variable: |
string |
|
Fetch toggles interval (in seconds) Environment variable: |
long |
|
Send metrics interval (in seconds) Environment variable: |
long |
|
Backup file Environment variable: |
string |
|
A synchronous fetch on initialisation Environment variable: |
boolean |
|
Enable proxy authentication by JVM properties Environment variable: |
boolean |
|
If provided, the Unleash client will only fetch toggles whose name starts with the provided value. Environment variable: |
string |