config.js 196 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 module.exports = { username: 'root' , password: null , database: 'sequelize_test' , host: '127.0.0.1' , rand: function() { return parseInt(Math.random() * 99999999999999) } }