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