This commit is contained in:
aozhiwei 2024-06-21 15:35:18 +08:00
parent 02004db055
commit 096ac1d592

View File

@ -16,7 +16,7 @@ type table struct {
var Table = f5.New(func(this *table) {
this.BackTaskCluster = f5.New(func(this *BackTaskClusterTable) {
this.FileName = "../config/adminserver.cluster.json"
this.FileName = "../config/backtask.cluster.json"
this.PrimKey = "instance_id"
})