This commit is contained in:
anlicheng 2023-08-18 10:25:32 +08:00
parent 7a5c92b4f9
commit e52d8a16da

View File

@ -38,8 +38,9 @@ zhongdian_mqtt_endpoint() ->
mapper = Mapper, mapper = Mapper,
mapper_fun = MapperFun, mapper_fun = MapperFun,
config = #mqtt_endpoint{ config = #mqtt_endpoint{
host = <<"172.30.6.161">>, % host = <<"172.30.6.161">>,
port = 1883, host = <<"115.236.153.172">>,
port = 36980,
username = <<"admin">>, username = <<"admin">>,
password = <<"123456">>, password = <<"123456">>,
topic = <<"CET/NX/upload">>, topic = <<"CET/NX/upload">>,