Commit b0729f01 authored by zhuangzhuang's avatar zhuangzhuang

注释mqtt部分代码

parent bed86874
Pipeline #182 canceled with stage
in 0 seconds
......@@ -9,8 +9,8 @@ import org.springframework.context.annotation.Configuration;
* @Date: Created in 9:25 2018/3/13
* @Modified By:
**/
@Configuration
@ConfigurationProperties(prefix = "tdl.mqtt")
//@Configuration
//@ConfigurationProperties(prefix = "tdl.mqtt")
public class MqttConfig {
private String url;
......
......@@ -27,10 +27,10 @@ server.port=8092
# InfluxDB
spring.influxdb.url=http://witcloud-influxdb:8086
tdl.mqtt.url = ssl://47.96.128.181
tdl.mqtt.port = 8883
tdl.mqtt.username = logistics
tdl.mqtt.password = logistics37774020
#tdl.mqtt.url = ssl://47.96.128.181
#tdl.mqtt.port = 8883
#tdl.mqtt.username = logistics
#tdl.mqtt.password = logistics37774020
mqtt.userName = wtlogistics
mqtt.password = wtlogistics
\ No newline at end of file
......@@ -41,17 +41,17 @@ logging.config=classpath:logback.xml
# Mqtt
tdl.mqtt.url = ssl://172.16.1.24
tdl.mqtt.port = 8883
tdl.mqtt.username = ugen
tdl.mqtt.password = ugen
tdl.mqtt.qos = 1
tdl.mqtt.timeout = 20
# SSL Keys
tdl.mqtt.cacrt = ca.crt
tdl.mqtt.clientkey = witcd.pem
tdl.mqtt.clientcrt = witcd.crt
tdl.mqtt.clientpwd =
#tdl.mqtt.url = ssl://172.16.1.24
#tdl.mqtt.port = 8883
#tdl.mqtt.username = ugen
#tdl.mqtt.password = ugen
#tdl.mqtt.qos = 1
#tdl.mqtt.timeout = 20
## SSL Keys
#tdl.mqtt.cacrt = ca.crt
#tdl.mqtt.clientkey = witcd.pem
#tdl.mqtt.clientcrt = witcd.crt
#tdl.mqtt.clientpwd =
# InfluxDB
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment