Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
---|---|---|
Enable or disable Dev Services explicitly. Dev Services are automatically enabled unless Environment variable: |
boolean |
|
Optional fixed port the dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The Minio container image to use. Environment variable: |
string |
|
Indicates if the Minio 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 Minio starts a new container. The discovery uses the Container sharing is only used in dev mode. Environment variable: |
boolean |
|
Whether to keep Dev Service containers running after a dev mode session or test suite execution to reuse them in the next dev mode session. Enabled by default Environment variable: |
boolean |
|
The value of the This property is used when you need multiple shared Minio servers. Environment variable: |
string |
|
Minio root username access key. Environment variable: |
string |
|
Minio root username secret key. Environment variable: |
string |
|
Extra environment variables that will be passed to the devservice. Environment variable: |
Map<String,String> |
|
Should the extension provide a Environment variable: |
boolean |
|
If value is Only true for clients produced by the extension Environment variable: |
boolean |
|
If minio clients are to produce metrics, then the uri tag will have a max of 100 values Environment variable: |
int |
|
The minio server host.
The host may contains the port, though it’s not recommended. If a specific port is needed, Environment variable: |
string |
required |
The minio server access key Environment variable: |
string |
required |
The minio server secret key Environment variable: |
string |
required |
An optional bucket region Environment variable: |
string |
|
An optional port number. Specifically usefull if you want to access bucket that doesn’t use standard port (i.e. 80 for HTTP and 443 for HTTPS) Environment variable: |
int |
|
An optional boolean to enable secure connection.
Defaults to Environment variable: |
boolean |
|
Should the extension provide a Environment variable: |
boolean |
|
The minio server host.
The host may contains the port, though it’s not recommended. If a specific port is needed, Environment variable: |
string |
required |
The minio server access key Environment variable: |
string |
required |
The minio server secret key Environment variable: |
string |
required |
An optional bucket region Environment variable: |
string |
|
An optional port number. Specifically usefull if you want to access bucket that doesn’t use standard port (i.e. 80 for HTTP and 443 for HTTPS) Environment variable: |
int |
|
An optional boolean to enable secure connection.
Defaults to Environment variable: |
boolean |
|