Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a different DB in test
Browse files Browse the repository at this point in the history
gastaldi committed Oct 17, 2022

Verified

This commit was signed with the committer’s verified signature.
gastaldi George Gastaldi
1 parent faa924c commit 2fc3fc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
quarkus.datasource.db-kind=h2
quarkus.datasource.username=sa
quarkus.datasource.password=sa
quarkus.datasource.jdbc.url=jdbc:h2:tcp://localhost/mem:test-quarkus-migrate-at-start;DB_CLOSE_DELAY=-1
quarkus.datasource.jdbc.url=jdbc:h2:tcp://localhost/mem:init-sql-config;DB_CLOSE_DELAY=-1

# Flyway config properties
quarkus.flyway.migrate-at-start=true

0 comments on commit 2fc3fc6

Please sign in to comment.