Commit a79b1962 authored by xieshaojun's avatar xieshaojun

更新配置文件

parent bfecaf10
......@@ -13,6 +13,11 @@ spring:
allow-bean-definition-overriding: true
configuration:
cache-enabled: true
# 设备信息
device:
# THTPP-:用户前缀
code: HTPP-zykt-test1
broker-password: ENC(hFtYOabihlusWfhdY6UT2ZpSzicB7hitKzyCGd1n6BDE926LPjvw0xrySgvIfT2F)
#mqtt
mqtt:
#mqtt 是否开启
......@@ -20,16 +25,13 @@ mqtt:
connection:
thinker:
broker: tcp://39.108.185.243:1883
clientId: protocol-proxy-service
username: terminal-test1
clientId: ${device.code}
username: ${device.code}
cleanSession: false
password: ENC(hFtYOabihlusWfhdY6UT2ZpSzicB7hitKzyCGd1n6BDE926LPjvw0xrySgvIfT2F)
password: ${device.broker-password}
jasypt:
encryptor:
bean: stringEncryptor
# 设备信息
device:
code: zykt-test1
api-limit:
# 每秒最多请求多少次
......
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