Skip to content

Commit ce515ff

Browse files
docs: update iam postgresql sample code host (#514)
1 parent f7d5614 commit ce515ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/aws_driver_example/aws_iam_authentication_postgresql_example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import { readFileSync } from "fs";
1818
import { AwsPGClient } from "../../pg/lib";
1919

20-
const postgresHost = "postgresql://db-identifier.XYZ.us-east-2.rds.amazonaws.com";
20+
const postgresHost = "db-identifier.XYZ.us-east-2.rds.amazonaws.com";
2121
const username = "john_smith";
2222
const database = "employees";
2323
const port = 5432;

0 commit comments

Comments
 (0)