1
This commit is contained in:
parent
16d09aa707
commit
ff9247b980
@ -8,6 +8,7 @@ type table struct {
|
||||
WheelServerCluster *WheelServerClusterTable
|
||||
Config *ConfigTable
|
||||
Web3ServiceCluster *Web3ServiceClusterTable
|
||||
WheelDbCluster *WheelDbTable
|
||||
}
|
||||
|
||||
var Table = f5.New(func(this *table) {
|
||||
@ -25,4 +26,10 @@ var Table = f5.New(func(this *table) {
|
||||
this.FileName = "../config/config.json"
|
||||
this.PrimKey = ""
|
||||
})
|
||||
|
||||
this.WheelDbCluster = f5.New(func(this *WheelDbTable) {
|
||||
this.FileName = "../config/wheeldb.json"
|
||||
this.PrimKey = ""
|
||||
})
|
||||
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user