Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var config = {
  2.   development: {
  3.     root: rootPath,
  4.     app: {
  5.       name: 'whome56'
  6.     },
  7.     port: process.env.PORT || 5656,
  8.     db: 'elgamal',
  9.         username: 'pip',
  10.         password: 'whome56',
  11.         options: {
  12.             host: 'localhost',
  13.             port: 3306,
  14.             dialect: 'mysql'
  15.         }
  16.   },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement