Guest User

Untitled

a guest
Feb 24th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // Update with your config settings.
  2.  
  3. module.exports = {
  4.  
  5. development: {
  6. client: 'mysql',
  7. connection: {user: 'root', password: 'root', database: 'bms'}
  8. }
  9.  
  10. };
Add Comment
Please, Sign In to add comment