1
This commit is contained in:
parent
da337cda3a
commit
3c8c2a5ed4
@ -12,12 +12,12 @@ type table struct {
|
||||
|
||||
var Table = f5.New(func(this *table) {
|
||||
this.NftServerCluster = f5.New(func(this *NftServerClusterTable) {
|
||||
this.FileName = "../config/loginserver.cluster.json"
|
||||
this.FileName = "../config/nftserver.cluster.json"
|
||||
this.PrimKey = "instance_id"
|
||||
})
|
||||
|
||||
this.NftDb = f5.New(func(this *NftDbTable) {
|
||||
this.FileName = "../config/logindb.mysql.json"
|
||||
this.FileName = "../config/nftdb.mysql.json"
|
||||
this.PrimKey = ""
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user