提交 bd9c14a8 编写于 作者: G groot

typo


Former-commit-id: 89e00f1b579a2f78737efcafc04507f0f31049b1
上级 16df78ca
......@@ -16,7 +16,7 @@ using namespace zilliz::vecwise;
int main(int argc, char **argv) {
std::string exe_path = server::CommonUtil::GetExePath();
std::string config_filename = exe_path + "../../../conf/server_config.yaml";
std::string config_filename = exe_path + "/../../../conf/server_config.yaml";
zilliz::vecwise::server::ServerConfig& config = zilliz::vecwise::server::ServerConfig::GetInstance();
config.LoadConfigFile(config_filename);
std::cout << "Load config file form: " << config_filename << std::endl;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册