Skip to content

Commit 83a946f

Browse files
wmbutlerbrianc
authored andcommitted
Might be nice to have the host in the example (brianc#1118)
1 parent ec941c4 commit 83a946f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ var config = {
6464
user: 'foo', //env var: PGUSER
6565
database: 'my_db', //env var: PGDATABASE
6666
password: 'secret', //env var: PGPASSWORD
67+
host: 'localhost', // Server hosting the postgres database
6768
port: 5432, //env var: PGPORT
6869
max: 10, // max number of clients in the pool
6970
idleTimeoutMillis: 30000, // how long a client is allowed to remain idle before being closed

0 commit comments

Comments
 (0)