Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 'use strict';
  2. /**
  3. * Config settings when NODE_ENV === 'test'
  4. */
  5. module.exports = {
  6. db: {
  7. username: 'lummish',
  8. password: 'postgres',
  9. database: 'test',
  10. host: 'localhost',
  11. dialect: 'postgres'
  12. },
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement