Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. module.exports = {
  2. user: 'hr',
  3. password: 'oracle',
  4. connectString: 'localhost:1521/orcl',
  5. poolMax: 20,
  6. poolMin: 20,
  7. poolIncrement: 0
  8. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement