|
@@ -19,8 +19,8 @@ configs = {
|
|
|
|
|
|
"access_key": os.getenv("ROCKET_USER", "test"),
|
|
"access_key": os.getenv("ROCKET_USER", "test"),
|
|
"access_secret": os.getenv("ROCKET_PASSWD", "test"),
|
|
"access_secret": os.getenv("ROCKET_PASSWD", "test"),
|
|
- "host": os.getenv("ROCKET_HOST_ADDR","http://192.168.1.70:9876"),
|
|
|
|
- # "host": os.getenv("ROCKET_HOST_ADDR", "http://172.17.102.51:9876"),
|
|
|
|
|
|
+ # "host": os.getenv("ROCKET_HOST_ADDR","http://192.168.1.70:9876"),
|
|
|
|
+ "host": os.getenv("ROCKET_HOST_ADDR", "http://172.17.102.51:9876"),
|
|
# 水温算法 触发主题
|
|
# 水温算法 触发主题
|
|
"topic_chiller_temp_in": os.getenv("TOPIC_CHILLER_TEMP_IN", "alg-chiller-temp-request"),
|
|
"topic_chiller_temp_in": os.getenv("TOPIC_CHILLER_TEMP_IN", "alg-chiller-temp-request"),
|
|
"tag_chiller_temp_in": os.getenv("TAG_CHILLER_TEMP_IN", "alg-chiller-req"),
|
|
"tag_chiller_temp_in": os.getenv("TAG_CHILLER_TEMP_IN", "alg-chiller-req"),
|
|
@@ -30,7 +30,8 @@ configs = {
|
|
|
|
|
|
},
|
|
},
|
|
"iotdb":{
|
|
"iotdb":{
|
|
- "host": os.getenv("IOTDB_HOST", "192.168.1.70"),
|
|
|
|
|
|
+ # "host": os.getenv("IOTDB_HOST", "192.168.1.70"),
|
|
|
|
+ "host": os.getenv("IOTDB_HOST", "172.17.102.51"),
|
|
"port": os.getenv("IOTDB_PORT", 6667),
|
|
"port": os.getenv("IOTDB_PORT", 6667),
|
|
"username": os.getenv("IOTDB_USER", "root"),
|
|
"username": os.getenv("IOTDB_USER", "root"),
|
|
"password": os.getenv("IOTDB_PASSWD", "root")
|
|
"password": os.getenv("IOTDB_PASSWD", "root")
|