File tree 2 files changed +5
-5
lines changed
src/main/resources/liquibase
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1049
1049
<version >${liquibase.version} </version >
1050
1050
<configuration >
1051
1051
<changeLogFile >${basedir} /src/main/resources/liquibase/changelog.xml</changeLogFile >
1052
- <propertyFile >${basedir} /src/main/resources/liquibase/liquibase.properties</propertyFile >
1053
1052
<migrationSqlOutputFile >/dev/stdout</migrationSqlOutputFile >
1054
1053
<!-- See also application-prod.properties -->
1055
1054
<contexts >scheme,init-data,prod-data</contexts >
1055
+ <!-- This configuration matches with infra/docker/prod.yml -->
1056
+ <driver >com.mysql.jdbc.Driver</driver >
1057
+ <url >jdbc:mysql://localhost:3306/mystamps?characterEncoding=UTF-8& useSSL=false</url >
1058
+ <username >mystamps</username >
1059
+ <password >secret</password >
1056
1060
</configuration >
1057
1061
</plugin >
1058
1062
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments