Delete mysqlConfig.js

This commit is contained in:
Bill Bittner 2018-03-19 14:33:17 -07:00 committed by GitHub
parent 8f80c5ab14
commit 37bca3b92b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +0,0 @@
function MysqlConfig () {
this.database = 'default';
this.username = 'default';
this.password = 'default';
};
module.exports = new MysqlConfig();