io.quarkus.datasource.runtime.DataSourceRuntimeConfig.jdp Maven / Gradle / Ivy
io.quarkus.datasource.runtime.DataSourceRuntimeConfig.active=Whether this datasource should be active at runtime.\n\nSee xref\:datasource.adoc\#datasource-active[this section of the documentation].\n\nIf the datasource is not active, it won't start with the application,\nand accessing the corresponding Datasource CDI bean will fail,\nmeaning in particular that consumers of this datasource\n(e.g. Hibernate ORM persistence units) will fail to start unless they are inactive too.\n\n@asciidoclet
io.quarkus.datasource.runtime.DataSourceRuntimeConfig.credentialsProvider=The credentials provider name
io.quarkus.datasource.runtime.DataSourceRuntimeConfig.credentialsProviderName=The credentials provider bean name.\n\nThis is a bean name (as in {@code @Named}) of a bean that implements {@code CredentialsProvider}.\nIt is used to select the credentials provider bean when multiple exist.\nThis is unnecessary when there is only one credentials provider available.\n
\nFor Vault, the credentials provider bean name is {@code vault-credentials-provider}.
io.quarkus.datasource.runtime.DataSourceRuntimeConfig.password=The datasource password
io.quarkus.datasource.runtime.DataSourceRuntimeConfig.username=The datasource username