RapidIdentity Product Guides - 2019 Rolling Release

Main Properties
Table 211. 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.

  • postgresql

  • mysql

  • mssql

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.

  • postgresql: 5432

  • mysql: 3306

  • mssql: 1433

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".