mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
Fix typo (#2422)
Co-authored-by: Wolfgang Walther <wolfgangwalther@users.noreply.github.com>
This commit is contained in:
parent
0b9bb349dc
commit
c6aa29ade9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user