1
This commit is contained in:
parent
3ffa917c5f
commit
a19ac1bf69
@ -30,10 +30,11 @@ void JsonDataMgr::Init()
|
|||||||
f8::App::Instance()->GetNodeId(),
|
f8::App::Instance()->GetNodeId(),
|
||||||
});
|
});
|
||||||
kcp_conf_json_file = a8::Format
|
kcp_conf_json_file = a8::Format
|
||||||
("%s/zone%d/kcp_conf.json",
|
("%s/zone%d/node%d/kcp_conf.json",
|
||||||
{
|
{
|
||||||
WORK_PATH,
|
WORK_PATH,
|
||||||
f8::App::Instance()->GetZoneId(),
|
f8::App::Instance()->GetZoneId(),
|
||||||
|
f8::App::Instance()->GetNodeId(),
|
||||||
});
|
});
|
||||||
|
|
||||||
wsproxy_cluster_json_.ReadFromFile(wsproxy_cluster_json_file);
|
wsproxy_cluster_json_.ReadFromFile(wsproxy_cluster_json_file);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user