Guest User

Untitled

a guest
Jan 26th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. yield pgdb.connect({
  2. user: config.get('postgres:user'),
  3. database: pgdbName,
  4. password: config.get('postgres:password'),
  5. host: config.get('postgres:host'),
  6. port: config.get('postgres:port'),
  7. max: 10,
  8. idleTimeoutMillis: 30000
  9. });
Add Comment
Please, Sign In to add comment