Skip to content

Commit

Permalink
Postgres changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Himanshu Gupta committed Jul 3, 2023
1 parent e394944 commit 438e70a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=${POSTGRES_USERNAME:quarkus_test}
quarkus.datasource.username=${POSTGRES_USER:quarkus_test}
quarkus.datasource.password=${POSTGRES_PASSWORD:quarkus_test}
quarkus.datasource.reactive.url=postgresql://${POSTGRES_HOST:localhost}:5432/quarkus_test
myapp.schema.create=true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%prod.quarkus.datasource.db-kind=postgresql
%prod.quarkus.datasource.username=${POSTGRES_USERNAME:quarkus_test}
%prod.quarkus.datasource.username=${POSTGRES_USER:quarkus_test}
%prod.quarkus.datasource.password==${POSTGRES_PASSWORD:quarkus_test}
%prod.quarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_HOST:localhost}/quarkus_test
%prod.quarkus.datasource.jdbc.max-size=8
Expand Down

0 comments on commit 438e70a

Please sign in to comment.