This commit is contained in:
aozhiwei 2024-06-03 17:29:11 +08:00
parent da337cda3a
commit 3c8c2a5ed4

View File

@ -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 = ""
})