sbt / flyway-sbt

An sbt plugin for Flyway database migration
Apache License 2.0
126 stars 39 forks source link

How to use environment variables on sbt flyway plugin? #56

Open matheussbernardo opened 4 years ago

matheussbernardo commented 4 years ago

Environment Variables

The Flyway command-line tool, Maven plugin and Gradle plugin support loading configuration via environment variables. This also possible using the Flyway API by calling the envVars() method on the configuration.

davidmweber commented 4 years ago

Does not seem complicated. Pull requests welcome.