不要怂,就是干,撸起袖子干!

config.js 227 Bytes
module.exports = {
  username: "root",
  password: null,
  database: 'sequelize_test',
  host: '127.0.0.1',
  pool: { maxConnections: 5, maxIdleTime: 30000},
  rand: function() {
    return parseInt(Math.random() * 999)
  }
}