File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ Parameter | Description
187187** DIRIGIBLE_DATABASE_DATASOURCE_NAME_DEFAULT** | The name of the primary data source used in this instance | _ ` DefaultDB ` _
188188** DIRIGIBLE_DATABASE_DATASOURCE_NAME_SYSTEM** | The name of the system data source used in this instance | _ ` SystemDB ` _
189189** DIRIGIBLE_DATABASE_TRANSFER_BATCH_SIZE** | The batch size used during the data transfer | _ ` 1000 ` _
190+ ** DIRIGIBLE_DATABASE_SYSTEM_DIALECT** | The driver dialect for the SystemDB database _ (e.g. ` org.hibernate.dialect.PostgreSQLDialect ` )_ | _ ` - ` _
190191** DIRIGIBLE_DATABASE_SYSTEM_DRIVER** | The driver used for the SystemDB database connection | _ ` org.h2.Driver ` _
191192** DIRIGIBLE_DATABASE_SYSTEM_URL** | The JDBC url used for the SystemDB database connection | _ ` jdbc:h2:file:./target/dirigible/h2/SystemDB ` _
192193** DIRIGIBLE_DATABASE_SYSTEM_USERNAME** | The username used for the SystemDB database connection | _ ` sa ` _
You can’t perform that action at this time.
0 commit comments