Your Flyway license key (FL01...
) when using Flyway Teams. This should be 516 alpha numeric characters, beginning with FL
.
Not yet a Flyway Teams Edition customer? Request your Flyway trial license key to try out Flyway Teams Edition features free for 28 days.
./flyway -licenseKey="FL01..." info
flyway.licenseKey=FL01...
FLYWAY_LICENSE_KEY=FL01...
Flyway.configure()
.licenseKey("FL01...")
.load()
flyway {
licenseKey = 'FL01...'
}
<configuration>
<licenseKey>FL01...</licenseKey>
</configuration>