1
This commit is contained in:
parent
edfd4a8603
commit
b68db27bdb
@ -90,9 +90,9 @@ async function init() {
|
||||
'',
|
||||
'Config'
|
||||
);
|
||||
registerMetaClass(configDir + 'blockchaindb_mysql.json',
|
||||
registerMetaClass(configDir + 'bcevent_mysql.json',
|
||||
'',
|
||||
'BlockChainDb'
|
||||
'BcEventDb'
|
||||
);
|
||||
registerMetaClass(configDir + 'web3sign.cluster.json',
|
||||
'',
|
||||
@ -105,8 +105,8 @@ async function init() {
|
||||
);
|
||||
load();
|
||||
{
|
||||
traverseMetaList('BlockChainDb', (dbConf, idx) => {
|
||||
app.registerDb('BlockChainDb' + idx, dbConf);
|
||||
traverseMetaList('BcEventDb', (dbConf, idx) => {
|
||||
app.registerDb('BcEventDb' + idx, dbConf);
|
||||
});
|
||||
traverseMetaList('Web3Sign', (item, idx) => {
|
||||
if (item['instance_id'] == app.getInstanceId()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user