1
This commit is contained in:
parent
4f6397210a
commit
1adf9d3647
@ -27,6 +27,11 @@ void JsonDataMgr::Init()
|
|||||||
|
|
||||||
std::string imserver_cluster_json_file;
|
std::string imserver_cluster_json_file;
|
||||||
std::string masterserver_cluster_json_file;
|
std::string masterserver_cluster_json_file;
|
||||||
|
std::string mysql_cluster_json_file;
|
||||||
|
mysql_cluster_json_file = a8::Format("%s/node1/friend.imserver.mysql.cluster.json",
|
||||||
|
{
|
||||||
|
work_path_,
|
||||||
|
});
|
||||||
imserver_cluster_json_file = a8::Format("%s/node1/friend.imserver.cluster.json",
|
imserver_cluster_json_file = a8::Format("%s/node1/friend.imserver.cluster.json",
|
||||||
{
|
{
|
||||||
work_path_,
|
work_path_,
|
||||||
|
@ -15,6 +15,7 @@ class JsonDataMgr : public a8::Singleton<JsonDataMgr>
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
std::string work_path_ = "../config";
|
std::string work_path_ = "../config";
|
||||||
|
a8::XObject mysql_cluster_json_;
|
||||||
a8::XObject imserver_cluster_json_;
|
a8::XObject imserver_cluster_json_;
|
||||||
a8::XObject masterserver_cluster_json_;
|
a8::XObject masterserver_cluster_json_;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user