Skip to content

Connection URL

Key: connection.url

Env Var: CONNECTION_URL

Scope: Global

Description: The JDBC connection URL 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_URL=jdbc:sqlserver://localhost:1433;databaseName=qie;

Java Option

-Dconnection.url=jdbc:sqlserver://localhost:1433;databaseName=qie;

YAML

CONNECTION_URL: "jdbc:sqlserver://localhost:1433;databaseName=qie;"