Matthias Andreas Benkard | 2f0b370 | 2020-01-12 15:46:34 +0100 | [diff] [blame] | 1 | quarkus.datasource.driver = org.postgresql.Driver |
2 | quarkus.datasource.max-size = 8 | ||||
3 | quarkus.datasource.min-size = 0 | ||||
4 | |||||
5 | #quarkus.flyway.migrate-at-start = true | ||||
6 | #quarkus.flyway.baseline-on-migrate = true | ||||
7 | #quarkus.flyway.baseline-version = 1 | ||||
8 | #quarkus.flyway.schemas = public | ||||
9 | |||||
10 | %dev.quarkus.datasource.url = jdbc:postgresql://localhost:5432/flep | ||||
11 | %dev.quarkus.datasource.username = mulk | ||||
12 | %dev.quarkus.datasource.password = |