This commit is contained in:
tfl
2024-08-20 17:46:15 +08:00
parent 1467b349a2
commit 8b167d8c02
16 changed files with 182 additions and 160 deletions

View File

@@ -5,11 +5,11 @@ app:
server:
# debug release test
model: release
port: 7788
port: 7799
# iothub服务端口 使用的rpc端口 9000 9001 可能与minio端口冲突
grpc-port: 9001
http-port: 9002
tcp-port: 9003
grpc-port: 7701
http-port: 7702
tcp-port: 7703
cors: true
# 接口限流
rate:
@@ -34,14 +34,14 @@ queue:
ch-num: 3000 #并发执行数,同时处理多少条数据
redis:
host: 127.0.0.1
password: root
host: 192.168.10.242
password: 123456
port: 6379
mysql:
host: 127.0.0.1:3306
username: root
password: '!MyEMS1'
password: 123456
db-name: pandax_iot
config: charset=utf8&loc=Local&parseTime=true
@@ -65,7 +65,7 @@ oss:
taos:
username: "root"
password: "taosdata"
host: "127.0.0.1:6041"
host: "192.168.10.242:6041"
database: "iot"
config: ""