| services.keycloak.database.type | The type of database Keycloak should connect to.
|
| services.keycloak.database.port | Port of the database to connect to.
|
| services.keycloak.database.useSSL | Whether the database connection should be secured by SSL / TLS
|
| services.keycloak.database.name | Database name to use when connecting to an external or
manually provisioned database; has no effect when a local
database is automatically provisioned
|
| services.keycloak.database.host | Hostname of the database to connect to
|
| services.keycloak.database.caCert | The SSL / TLS CA certificate that verifies the identity of the
database server
|
| services.keycloak.database.createLocally | Whether a database should be automatically created on the
local host
|
| services.keycloak.database.username | Username to use when connecting to an external or manually
provisioned database; has no effect when a local database is
automatically provisioned
|
| services.keycloak.database.passwordFile | The path to a file containing the database password
|