You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-help/docs/setup/setup-environment-variables.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,7 @@ Parameter | Description
188
188
**DIRIGIBLE_DATABASE_DATASOURCE_NAME_SYSTEM** | The name of the system data source used in this instance | _`SystemDB`_
189
189
**DIRIGIBLE_DATABASE_TRANSFER_BATCH_SIZE** | The batch size used during the data transfer | _`1000`_
190
190
**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`)_ | _`-`_
191
192
**DIRIGIBLE_DATABASE_SYSTEM_DRIVER** | The driver used for the SystemDB database connection | _`org.h2.Driver`_
192
193
**DIRIGIBLE_DATABASE_SYSTEM_URL** | The JDBC url used for the SystemDB database connection | _`jdbc:h2:file:./target/dirigible/h2/SystemDB`_
193
194
**DIRIGIBLE_DATABASE_SYSTEM_USERNAME** | The username used for the SystemDB database connection | _`sa`_
0 commit comments