Guest User

Untitled

a guest
Oct 11th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. let config = {
  2. knex: {
  3. client: 'mysql',
  4. connection: {
  5. host: 'localhost',
  6. user: 'root',
  7. password: '',
  8. database: 'helpdesk'
  9. }
  10. },
  11. }
  12.  
  13. module.exports = config
Add Comment
Please, Sign In to add comment