We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d5614 commit ce515ffCopy full SHA for ce515ff
examples/aws_driver_example/aws_iam_authentication_postgresql_example.ts
@@ -17,7 +17,7 @@
17
import { readFileSync } from "fs";
18
import { AwsPGClient } from "../../pg/lib";
19
20
-const postgresHost = "postgresql://db-identifier.XYZ.us-east-2.rds.amazonaws.com";
+const postgresHost = "db-identifier.XYZ.us-east-2.rds.amazonaws.com";
21
const username = "john_smith";
22
const database = "employees";
23
const port = 5432;
0 commit comments