db.js 210 B

1234567891011
  1. module.exports = {
  2. "client": "mysql",
  3. "connection": {
  4. "host": "localhost",
  5. "port": 3306,
  6. "user": "root",
  7. "password": "development",
  8. "database": "dashome",
  9. "charset" : 'utf8mb4'
  10. }
  11. }