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