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

config.js 181 Bytes
module.exports = {
  username: 'root',
  password: null,
  database: 'sequelize_test',
  host: '127.0.0.1',
  rand: function() { return parseInt(Math.random() * 99999999999999) }
}