Might be nice to have the host in the example (#1118)

remotes/origin/cdb-6.1
Bill Butler 8 years ago committed by Brian C
parent ec941c45c1
commit 83a946f61c

@ -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

Loading…
Cancel
Save