Main Properties
Property | Type | Description |
---|---|---|
db.type | string | Required. Defines the type of database RapidIdentity will connect to. Select one of the three valid values.
|
db.host | string | The database host. Defaults to 127.0.0.1. |
db.port | integer | The database port. Defaults to the database-specific default port.
|
db.username | string | The username used to connect to the database. Defaults to "idautoAdmin". |
db.password | string | The password used to connect to the database. Defaults to "idautoAdmin". |
db.database | string | The database name. Defaults to "idautodb". |
db.failFast | boolean | Whether to immediately fail the RapidIdentity startup if database connections cannot be immediately established. If "false," then RapidIdentity will enter a "holding pattern" until the connection pools can be successfully established. Defaults to "false". |