Skip to content

Commit

Permalink
Change port to integration test default
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Dec 21, 2023
1 parent 025b752 commit 42d7f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe("PGVectorStore", () => {
postgresConnectionOptions: {
type: "postgres",
host: "127.0.0.1",
port: 5432,
port: 5433,
user: "myuser",
password: "ChangeMe",
database: "api",
Expand Down

0 comments on commit 42d7f5f

Please sign in to comment.