This commit is contained in:
azw 2023-09-29 06:19:11 +00:00
parent 3ffa917c5f
commit a19ac1bf69

View File

@ -30,10 +30,11 @@ void JsonDataMgr::Init()
f8::App::Instance()->GetNodeId(),
});
kcp_conf_json_file = a8::Format
("%s/zone%d/kcp_conf.json",
("%s/zone%d/node%d/kcp_conf.json",
{
WORK_PATH,
f8::App::Instance()->GetZoneId(),
f8::App::Instance()->GetNodeId(),
});
wsproxy_cluster_json_.ReadFromFile(wsproxy_cluster_json_file);