Guest User

Untitled

a guest
May 9th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. knex: require('knex')({
  2. client: "mysql",
  3. connection: {
  4. host: '127.0.0.1',
  5. user: 'root',
  6. database:'USSD_AIS',
  7. password: 'pass@123',
  8. //charset : 'latin1'
  9. //debug: true
  10. },
  11. }),
Add Comment
Please, Sign In to add comment