| 123456789101112131415161718192021 |
- [receive]
- description="从mqtt接收数据"
- [receive.mqtt]
- clientid = "rtu002"
- username = "sg1"
- password = "dashoopwd"
- serveraddr = "tcp://39.98.34.197:1883"
- topic = "m3/#"
- [send]
- description="数据转存到nsq"
- [send.controller]
- actionUrl = "http://192.168.0.181:8091/api/remote_control/rtuudate"
- Nsqdtcpaddr = "39.98.34.197:9150"
- topic = "blackboxd2"
- [send.redis]
- addr = "39.98.34.197:26379"
- poolnum = 50
|