Skip to content

Commit

Permalink
Use Flyway in prod, not dev
Browse files Browse the repository at this point in the history
  • Loading branch information
FroMage committed Jun 12, 2024
1 parent aced825 commit cac3dcd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ quarkus.http.limits.max-form-attribute-size=10M
quarkus.locales=en,fr
quarkus.default-locale=en

quarkus.flyway.migrate-at-start=true
quarkus.flyway.baseline-on-migrate=true
%prod.quarkus.flyway.migrate-at-start=true
%prod.quarkus.flyway.baseline-on-migrate=true
%dev.quarkus.hibernate-orm.database.generation=drop-and-create

quarkus.web-bundler.bundle.style=true
quarkus.web-bundler.bundle.live=true
Expand Down

0 comments on commit cac3dcd

Please sign in to comment.