diff --git a/configuration/conf/config.properties b/configuration/conf/config.properties index 0a053e713..0683aa01e 100644 --- a/configuration/conf/config.properties +++ b/configuration/conf/config.properties @@ -194,7 +194,7 @@ ############## 被测系统为Influxdb 2.x时扩展参数 ######## # influxdb ORG名 -INFLUXDB_ORG=admin +# INFLUXDB_ORG=admin ################### 操作时间配置 ######################### # 时间戳间隔,即生成的数据两个时间戳之间的固定长度(如果定长生成),非正常速率 # POINT_STEP=5000 diff --git a/influxdb-2.0/config.properties b/influxdb-2.0/config.properties index b8e12ef04..ed7287e45 100644 --- a/influxdb-2.0/config.properties +++ b/influxdb-2.0/config.properties @@ -20,4 +20,4 @@ TOKEN=token ############## 被测系统为Influxdb 2.x时扩展参数 ######## # influxdb ORG名 -INFLUXDB_ORG=org \ No newline at end of file +INFLUXDB_ORG=admin \ No newline at end of file