MariaDB Configuration Parameters - Hyland Automate Modeling - Current - Current - Ready - Content Innovation Cloud - external

Hyland Automate Modeling

Platform
Content Innovation Cloud
Product
Hyland Automate Modeling
Release
Current
License

The configuration parameters for the MariaDB connector are:

Parameter Required Description
DB_USERNAME Required The database user to execute the statement as, for example: connector-user
DB_PASSWORD Required The password for the database user executing the statement
MARIADB_HOST Optional The host address of the database, for example: mariadb.example.com
MARIADB_PORT Optional The port of the hosted database, for example: 421
DB_NAME Optional The name of the database to execute the statement against, for example: inventory
DB_DATASOURCE Required The database datasource, the default value is a concatenation of MARIADB_HOST, MARIADB_PORT and DB_NAME: jdbc:mysql://${MARIADB_HOST}:${MARIADB_PORT}/${DB_NAME}
DB_DRIVER_CLASS_NAME Optional The database driver to use. The default value is org.mariadb.jdbc.Driver