function MysqlConfig () { this.database = 'default'; this.username = 'default'; this.password = 'default'; }; module.exports = new MysqlConfig();