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

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