Merge pull request #21219 from wangjiaming0909/fix/TD-23947
fix: set telemetry reporting service url from telemetry.taosdata.com …
This commit is contained in:
commit
7a5e7f1d04
|
@ -84,7 +84,7 @@ bool tsMonitorComp = false;
|
||||||
// telem
|
// telem
|
||||||
bool tsEnableTelem = true;
|
bool tsEnableTelem = true;
|
||||||
int32_t tsTelemInterval = 43200;
|
int32_t tsTelemInterval = 43200;
|
||||||
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.taosdata.com";
|
char tsTelemServer[TSDB_FQDN_LEN] = "telemetry.tdengine.com";
|
||||||
uint16_t tsTelemPort = 80;
|
uint16_t tsTelemPort = 80;
|
||||||
char *tsTelemUri = "/report";
|
char *tsTelemUri = "/report";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue