Guest User

Untitled

a guest
Aug 13th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. const pool = new Pool({
  2. user: 'postgres',
  3. host: 'localhost',
  4. database: 'sampleDB',
  5. password: 'password',
  6. port: 5432,
  7. max: 1,
  8. idleTimeoutMillis: 30000,
  9. connectionTimeoutMillis: 2000,
  10. })
Add Comment
Please, Sign In to add comment