Fix pg test
This commit is contained in:
parent
afa282ecbf
commit
7474099bac
|
@ -58,7 +58,7 @@ describe("row api - postgres", () => {
|
||||||
port,
|
port,
|
||||||
database: "postgres",
|
database: "postgres",
|
||||||
user: "postgres",
|
user: "postgres",
|
||||||
password: process.env.POSTGRES_PASSWORD!,
|
password: "password",
|
||||||
schema: "public",
|
schema: "public",
|
||||||
ssl: false,
|
ssl: false,
|
||||||
rejectUnauthorized: false,
|
rejectUnauthorized: false,
|
||||||
|
|
Loading…
Reference in New Issue