Skip to content

Commit

Permalink
Comment out external database settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bkuberek committed Aug 5, 2024
1 parent 856e7c9 commit 494c271
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ quarkus.datasource.db-kind=postgresql

# COMMENT to use quarkus dev database
# UNCOMMENT THIS to use docker compose database
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=${POSTGRES_USERNAME}
quarkus.datasource.password=${POSTGRES_PASSWORD}
quarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/bookings
#quarkus.datasource.db-kind=postgresql
#quarkus.datasource.username=${POSTGRES_USERNAME}
#quarkus.datasource.password=${POSTGRES_PASSWORD}
#quarkus.datasource.jdbc.url=jdbc:postgresql://${POSTGRES_HOST}:${POSTGRES_PORT}/bookings

## Liquibase minimal config properties
%prod.quarkus.liquibase.clean-at-start=false
Expand Down

0 comments on commit 494c271

Please sign in to comment.