Activity overview
Latest activity by malyamo
I am not able to resolve the values('${publish_api_url}) for below properties from flyway.toml . Please help me with the correct way [flyway] environment = "${env.FLYWAY_ENVIRONMENT}" [environments.DEV] flyway.placeholders.publish_api_url = "***" flyway.placeholders.storage_integration = "**" flyway.placeholders.storage_url = "***" [environments.QA] flyway.placeholders.publish_api_url = "***" flyway.placeholders.storage_integration = "**" flyway.placeholders.storage_url = "***" [environments.PRD] flyway.placeholders.publish_api_url = "***" flyway.placeholders.storage_integration = "**" flyway.placeholders.storage_url = "***" / comments
I am not able to resolve the values('${publish_api_url}) for below properties from flyway.toml .Please help me with the correct way [flyway]environment = "${env.FLYWAY_ENVIRONMENT}"[environments.DE...