Skip to content

Commit

Permalink
2848 - Connection error while connecting to postgres from local (Marq…
Browse files Browse the repository at this point in the history
…uezProject#2957)

Signed-off-by: unknown <nchandir@win.redhat.com>
Co-authored-by: unknown <nchandir@win.redhat.com>
  • Loading branch information
2 people authored and jonathanpmoraes committed Feb 4, 2025
1 parent 8bc1786 commit cb145f5
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 cb145f5

Please sign in to comment.