Guest User

Untitled

a guest
Jun 15th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. module.exports = {
  2. username: 'root',
  3. password: 'root',
  4. database: 'crud_sequelize',
  5. host: '127.0.0.1',
  6. dialect: 'mysql',
  7. }
Add Comment
Please, Sign In to add comment