Skip to content

Connection Driver

Key: connection.driver

Env Var: CONNECTION_DRIVER

Scope: Global

Description: The JDBC connection driver used by the QIE service to connect to the host database. See the install guide for more information on this option.

Examples

Env Var

CONNECTION_DRIVER=org.mariadb.jdbc.Driver

Java Option

-Dconnection.driver=org.mariadb.jdbc.Driver

YAML

CONNECTION_DRIVER: "org.mariadb.jdbc.Driver"