1
0
Fork 0
mirror of synced 2024-08-14 01:21:41 +12:00

Fix pg test

This commit is contained in:
adrinr 2023-02-07 10:12:42 +00:00
parent afa282ecbf
commit 7474099bac

View file

@ -58,7 +58,7 @@ describe("row api - postgres", () => {
port,
database: "postgres",
user: "postgres",
password: process.env.POSTGRES_PASSWORD!,
password: "password",
schema: "public",
ssl: false,
rejectUnauthorized: false,