fix: set telemetry reporting service url from telemetry.taosdata.com to telemetry.tdengine.com

This commit is contained in:
wangjiaming0909 2023-05-09 15:24:55 +08:00
parent 5d4830956a
commit fb0183a642
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ bool tsMonitorComp = false;
// telem
bool tsEnableTelem = true;
int32_t tsTelemInterval = 43200;
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.taosdata.com";
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.tdengine.com";
uint16_t tsTelemPort = 80;
char *tsTelemUri = "/report";