mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
优化
This commit is contained in:
16
config.yml
16
config.yml
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user