Co-authored-by: Wolfgang Walther <wolfgangwalther@users.noreply.github.com>
This commit is contained in:
Jakob Krigovsky 2020-11-27 22:44:37 +01:00 committed by GitHub
parent 0b9bb349dc
commit c6aa29ade9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ var config = parse('postgres://someuser:somepassword@somehost:381/somedatabase')
The resulting config contains a subset of the following properties:
* `host` - Postgres server hostname or, for UNIX doamain sockets, the socket filename
* `host` - Postgres server hostname or, for UNIX domain sockets, the socket filename
* `port` - port on which to connect
* `user` - User with which to authenticate to the server
* `password` - Corresponding password