updated mysqlConfig -> MysqlConfig
This commit is contained in:
parent
a19c897024
commit
0eb762671c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
const logger = require('winston');
|
||||
|
||||
function mysql () {
|
||||
function MysqlConfig () {
|
||||
this.database = 'default';
|
||||
this.username = 'default';
|
||||
this.password = 'default';
|
||||
|
@ -17,4 +17,4 @@ function mysql () {
|
|||
};
|
||||
}
|
||||
|
||||
module.exports = new mysql();
|
||||
module.exports = new MysqlConfig();
|
||||
|
|
Loading…
Add table
Reference in a new issue