Skip to content

Commit

Permalink
Might be nice to have the host in the example (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmbutler authored and brianc committed Aug 29, 2016
1 parent ec941c4 commit 83a946f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ var config = {
user: 'foo', //env var: PGUSER
database: 'my_db', //env var: PGDATABASE
password: 'secret', //env var: PGPASSWORD
host: 'localhost', // Server hosting the postgres database
port: 5432, //env var: PGPORT
max: 10, // max number of clients in the pool
idleTimeoutMillis: 30000, // how long a client is allowed to remain idle before being closed
Expand Down

0 comments on commit 83a946f

Please sign in to comment.