Skip to content

Commit

Permalink
Fixing my credentials that I accidentally pushed with new changed ones
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanAndrews committed Dec 2, 2024
1 parent ac01608 commit ac38968
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: Brendan
password: Password123
username: "${DB_USERNAME}"
password: "${DB_PASSWORD}"
hibernate-orm:
database:
generation: update
Expand Down

0 comments on commit ac38968

Please sign in to comment.