Here are docs on properties:
I am using the custom parameter.* syntax in a defaults file and all works well. I want to test using environment variables for my custom parameters. The problem is that you can not have a period in an environment variable…
Example:
properties file
parameter.mycustom=xyz
environment variable
export LIQUIBASE_…? What would I put here? I obviously can not do:
export LIQUIBASE_PARAMETER.MYCUSTOM.
Please provide an example or state if parameter.* is excluded from this. The docs do not speak on this at all.