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