spee.ch/config/mysqlConfig.js.example
2018-03-19 13:58:45 -07:00

7 lines
153 B
Text

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