the properties file to use to configure the Quarkus application.
Default:
"application.properties"
grpc
boolean grpc
Enable GRPC configuration. This property will map the gPRC service to a random port.
Default:
false
ssl
boolean ssl
Enable SSL configuration. This property needs `quarkus.http.ssl.certificate.key-store-file` and
`quarkus.http.ssl.certificate.key-store-password` to be set.