Skip to content

Commit

Permalink
Fixed connexion pool issue with JDBC / flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
gdevxy committed Dec 29, 2024
1 parent b8fce37 commit 5719ac2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ quarkus.cache.caffeine.blog-post-tags.expire-after-write=1h
# Database
quarkus.datasource.username=${GDEVXY_DATABASE_USERNAME:test}
quarkus.datasource.password=${GDEVXY_DATABASE_PASSWORD:test}
quarkus.datasource.jdbc.max-size=1
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://gdevxy-gdevxy.b.aivencloud.com:28151/defaultdb?sslmode=require

quarkus.datasource.devservices.enabled=true
Expand Down

0 comments on commit 5719ac2

Please sign in to comment.