Skip to content

Commit a0f28ed

Browse files
authored
Add DDL auto configuration for SystemDB database
1 parent bad97cd commit a0f28ed

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
@@ -188,6 +188,7 @@ Parameter | Description
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`_
190190
**DIRIGIBLE_DATABASE_SYSTEM_DIALECT** | The driver dialect for the SystemDB database _(e.g. `org.hibernate.dialect.PostgreSQLDialect`)_ | _`-`_
191+
**DIRIGIBLE_DATABASE_SYSTEM_DDL_AUTO** | The DDL auto configuration for the SystemDB database _(e.g. `update`, `create`, `create-drop`, `validate`, `none`)_ | _`-`_
191192
**DIRIGIBLE_DATABASE_SYSTEM_DRIVER** | The driver used for the SystemDB database connection | _`org.h2.Driver`_
192193
**DIRIGIBLE_DATABASE_SYSTEM_URL** | The JDBC url used for the SystemDB database connection | _`jdbc:h2:file:./target/dirigible/h2/SystemDB`_
193194
**DIRIGIBLE_DATABASE_SYSTEM_USERNAME** | The username used for the SystemDB database connection | _`sa`_

0 commit comments

Comments
 (0)