Merge pull request #21219 from wangjiaming0909/fix/TD-23947

fix: set telemetry reporting service url from telemetry.taosdata.com …
This commit is contained in:
dapan1121 2023-05-10 16:36:28 +08:00 committed by GitHub
commit 7a5e7f1d04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";