Skip to content

Environment variables

Rodel E. Dagumampan edited this page Jan 30, 2020 · 3 revisions

Yuniql accepts configuration parameters in this order CLI -> Environment Variable -> Internal hard-coded default. CLI-based run configuration are best use in CI/CD pipelines, while Environment Variables are best for docker container-based executions.

Name Description
YUNIQL_PLATFORM The target platform to use. Valid values are sqlserver, postgresql and mysql. NOTE: Value must be in small case. If the variable is not present in CLI parameter or in environment variable, yuniql will look for .plugins folder it its current directory.
YUNIQL_CONNECTION_STRING The connection string to target database server. If the variable is not present in CLI parameter, yuniql will use the environment variable.
YUNIQL_TEST_PLATFORM The target platform to use when running platform tests.
YUNIQL_TEST_CONNECTION_STRING The connection string to target test database server.

Found bugs?

Help us improve further please create an issue.