Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
terminal-protocol-proxy-service
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fox-energy
backend
terminal-protocol-proxy-service
Commits
a79b1962
You need to sign in or sign up before continuing.
Commit
a79b1962
authored
Feb 06, 2023
by
xieshaojun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新配置文件
parent
bfecaf10
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
application.yml
src/main/resources/application.yml
+8
-6
No files found.
src/main/resources/application.yml
View file @
a79b1962
...
...
@@ -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
:
# 每秒最多请求多少次
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment