Skip to content

Commit

Permalink
Fix psql connection
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 28, 2025
1 parent dc5bfff commit dfecd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ort/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ ort:
storages:
postgresStorage:
connection:
url: "jdbc:postgresql://localhost:5444/mydb"
url: "jdbc:postgresql://localhost:5432/mydb"
schema: "public"
username: "user"
password: "password"
sslmode: "verify-full"
sslmode: "disable"

storageReaders: ["postgresStorage"]
storageWriters: ["postgresStorage"]
Expand Down

0 comments on commit dfecd93

Please sign in to comment.