--reference-url

Last updated: April 30, 2026

The JDBC reference database connection URL.

Syntax

You can set this parameter in the following ways:

Option

Syntax

Command CLI parameter

--reference-url=<string>

Liquibase properties file (defaults file)

liquibase.command.referenceUrl: <string>

Command flow file argument (example)

cmdArgs: { reference-url: "<string>" }

JVM system property (JAVA_OPTS environment variable)

JAVA_OPTS=-Dliquibase.command.referenceUrl=<string>

Liquibase environment variable

LIQUIBASE_COMMAND_REFERENCE_URL=<string>