Skip to content

Commit 86d0a9c

Browse files
authored
Add DIRIGIBLE_DATABASE_SYSTEM_DIALECT variable
1 parent ce4255d commit 86d0a9c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs-help/docs/setup/setup-environment-variables.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`_

0 commit comments

Comments
 (0)