Skip to content

Commit

Permalink
Fixing environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanAndrews committed Dec 2, 2024
1 parent ac38968 commit ca3fc17
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ quarkus:
db-kind: postgresql
jdbc:
url: jdbc:postgresql://localhost:5432/oqm_db
username: "${DB_USERNAME}"
password: "${DB_PASSWORD}"
username: ${DB_USERNAME:defaultUsername}
password: ${DB_PASSWORD:defaultPassword}
hibernate-orm:
database:
generation: update
Expand Down

0 comments on commit ca3fc17

Please sign in to comment.