This commit is contained in:
Shengliang Guan 2020-08-09 20:59:23 +08:00
parent 17535e78be
commit ceab359b91
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ extern void taosWinSocketInit();
void osInit() {
if (configDir[0] == 0) {
strcpy(configDir, "~/TDengine/cfg");
strcpy(configDir, "C:/TDengine/cfg");
}
strcpy(tsVnodeDir, "C:/TDengine/data");