remove trailing whitespace in lib/defaults.js
This commit is contained in:
parent
02f09041ac
commit
4272f21685
@ -7,7 +7,7 @@ module.exports = {
|
|||||||
|
|
||||||
//database user's password
|
//database user's password
|
||||||
password: null,
|
password: null,
|
||||||
|
|
||||||
//database port
|
//database port
|
||||||
port: 5432,
|
port: 5432,
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
|
|
||||||
// binary result mode
|
// binary result mode
|
||||||
binary: false,
|
binary: false,
|
||||||
|
|
||||||
//Connection pool options - see https://github.com/coopernurse/node-pool
|
//Connection pool options - see https://github.com/coopernurse/node-pool
|
||||||
//number of connections to use in connection pool
|
//number of connections to use in connection pool
|
||||||
//0 will disable connection pooling
|
//0 will disable connection pooling
|
||||||
|
Loading…
Reference in New Issue
Block a user