Guest User

Untitled

a guest
Nov 8th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. const pgLocalConfig = {
  2. pgUser: '',
  3. pgDatabase: '',
  4. pgPassword: '',
  5. pgHost: 'localhost',
  6. pgPort: 5432,
  7. pgMaxPoolClients: 10,
  8. pgTimeoutMilli: 5000
  9. };
  10.  
  11. export default pgLocalConfig;
Add Comment
Please, Sign In to add comment