This commit is contained in:
aozhiwei 2023-07-11 14:58:40 +08:00
parent 1b968af7e1
commit be5e3377a1
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
{
"host": "login-test.kingsome.cn",
"port": 3306,
"user": "root",
"passwd": "keji178",
"database": "gamedb2006_dev_1"
}

View File

@ -99,7 +99,7 @@ async function init() {
'',
'BcNftDb'
);
registerMetaClass(configDir + 'bcnft_mysql.json',
registerMetaClass(configDir + 'game_mysql.json',
'',
'GameDb'
);