[lock] 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. Environment variable: |
boolean |
|
The container image name to use, for container based DevServices providers. Environment variable: |
string |
|
Indicates if the Authzed instance managed by Quarkus DevServices 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, DevServices for Authzed starts a new container.
The discovery uses the Environment variable: |
boolean |
|
The value of the Environment variable: |
string |
|
Schema to upload during DevServices initialization. Environment variable: |
string |
|
Location of schema file to upload during DevServices initialization.
The location can be prefixed with Environment variable: |
string |
|
Authorization tuples to upload during DevServices initialization. Environment variable: |
string |
|
Location of authorization tuples file to upload during DevServices initialization.
The location can be prefixed with Environment variable: |
string |
|
Flag to enable grpc (defaults to true) Environment variable: |
boolean |
|
The container port the grpc will be bound to. Environment variable: |
int |
|
Optional host port the grpc will be bound to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The path to the TLS certificate. Environment variable: |
string |
|
The path to the TLS key. Environment variable: |
string |
|
The preshared key used to initalize the server. Corresponds to the value passed to the Environment variable: |
string |
|
Flag to enable dashboard (defaults to true) Environment variable: |
boolean |
|
The container port the dashboard will be bound to. Environment variable: |
int |
|
Optional host port the dashboard will be bound to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The path to the TLS certificate. Environment variable: |
string |
|
The path to the TLS key. Environment variable: |
string |
|
Flag to enable http (defaults to true) Environment variable: |
boolean |
|
The container port the http will be bound to. Environment variable: |
int |
|
Optional host port the http will be bound to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The path to the TLS certificate. Environment variable: |
string |
|
The path to the TLS key. Environment variable: |
string |
|
Flag to enable http (defaults to true) Environment variable: |
boolean |
|
The container port the http will be bound to. Environment variable: |
int |
|
Optional host port the http will be bound to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
The path to the TLS certificate. Environment variable: |
string |
|
The path to the TLS key. Environment variable: |
string |
|
Authzed URL. Example: http://authzed:50051 Environment variable: |
required [exclamation circle] |
|
The token to use to connect. Environment variable: |
boolean |
|
The path to the file that holds certificates from Certified Authorities. Environment variable: |
string |
|
The path to the TLS certificate. Environment variable: |
string |
|
The path to the TLS certificate. Environment variable: |
string |
|
The TLS key file passphrase. Environment variable: |
string |
|
The TLS key file passphrase. Environment variable: |
string |
|
The token to use to connect. Environment variable: |
string |
required [exclamation circle] |
Time in mills to wait without read activity before sending the keep alive ping. Environment variable: |
int |
|
Time in mills to wait without read activity after sending the keep alive ping. Environment variable: |
int |
|
Time in mills to wait before going to idle mode. Environment variable: |
int |