Adding external flyway configuration file
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
flyway.user=root
|
||||||
|
flyway.password=mysql
|
||||||
|
flyway.schemas=app-db
|
||||||
|
flyway.url=jdbc:mysql://localhost:3306/
|
||||||
|
flyway.locations=filesystem:db/migration
|
||||||
Reference in New Issue
Block a user