1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-10-07 20:55:04 +08:00
parent 88bb8a4b29
commit 140c8bd61e
5 changed files with 23 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ if (keepWatching) {
} else {
global.useMysqlPool = false;
}
global.dbConfig = 'mysql_local';
// global.dbConfig = 'mysql_local';
const neteaseMusic = require('./netease_music/index');
const sleepUtils = require('./utils/sleepUtils');