1
This commit is contained in:
parent
1b968af7e1
commit
be5e3377a1
7
server/bin_dev/web3dbspider/config/game_mysql.json
Normal file
7
server/bin_dev/web3dbspider/config/game_mysql.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"host": "login-test.kingsome.cn",
|
||||
"port": 3306,
|
||||
"user": "root",
|
||||
"passwd": "keji178",
|
||||
"database": "gamedb2006_dev_1"
|
||||
}
|
@ -99,7 +99,7 @@ async function init() {
|
||||
'',
|
||||
'BcNftDb'
|
||||
);
|
||||
registerMetaClass(configDir + 'bcnft_mysql.json',
|
||||
registerMetaClass(configDir + 'game_mysql.json',
|
||||
'',
|
||||
'GameDb'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user