Folder structure #398

Merged
bones7242 merged 76 commits from folder-structure into master 2018-03-20 00:01:08 +01:00
Showing only changes of commit 37bca3b92b - Show all commits

View file

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