Skip to content

Commit

Permalink
2848 - Connection error while connecting to postgres from local
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Oct 29, 2024
1 parent 2d163ce commit 1c8ebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marquez.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:

db:
driverClass: org.postgresql.Driver
url: jdbc:postgresql://${POSTGRES_HOST:-postgres}:${POSTGRES_PORT:-5432}/marquez
url: jdbc:postgresql://${POSTGRES_HOST:-localhost}:${POSTGRES_PORT:-5432}/marquez
user: marquez
password: marquez

Expand Down

0 comments on commit 1c8ebf0

Please sign in to comment.