spee.ch/config/mysqlConfig.js.example

8 lines
153 B
Text
Raw Normal View History

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