Skip to content

Commit

Permalink
SCRUM-3693: remove local development user from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abecerra committed Feb 9, 2024
1 parent 3a2d60c commit aa3437d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@ quarkus:
jdbc:
driver: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/mati
username: postgres
rolldown:
db-kind: postgresql
jdbc:
url: jdbc:postgresql://localhost:5432/roll
username: postgres
flyway:
migrate-at-start: true
hibernate-orm:
Expand Down

0 comments on commit aa3437d

Please sign in to comment.