We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec941c4 commit 83a946fCopy full SHA for 83a946f
README.md
@@ -64,6 +64,7 @@ var config = {
64
user: 'foo', //env var: PGUSER
65
database: 'my_db', //env var: PGDATABASE
66
password: 'secret', //env var: PGPASSWORD
67
+ host: 'localhost', // Server hosting the postgres database
68
port: 5432, //env var: PGPORT
69
max: 10, // max number of clients in the pool
70
idleTimeoutMillis: 30000, // how long a client is allowed to remain idle before being closed
0 commit comments