Delete mysqlConfig.js
This commit is contained in:
parent
8f80c5ab14
commit
37bca3b92b
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
function MysqlConfig () {
|
||||
this.database = 'default';
|
||||
this.username = 'default';
|
||||
this.password = 'default';
|
||||
};
|
||||
|
||||
module.exports = new MysqlConfig();
|
Loading…
Reference in a new issue