Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Update app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
November-12 committed Nov 3, 2023
1 parent d2481aa commit 35d7e07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conf/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ log:

db:
psql:
psqladdr: "39.98.176.26"
psqladdr: "127.0.0.1"
psqlport: 5432
psqldb: ThingsPanel
psqluser: postgres
Expand All @@ -25,7 +25,7 @@ db:
slow_threshold: 200
redis:
# redis 连接字符串
conn: 39.98.176.26:6379
conn: 127.0.0.1:6379
# redis 数据库号
dbNum: 0
# redis 密码
Expand All @@ -36,7 +36,7 @@ db:
# GOTP_MQTT_SERVER mqtt服务:gmqtt、vernemq
mqtt_server: gmqtt
mqtt:
broker: 39.98.176.26:1883
broker: 127.0.0.1:1883
user: root
pass: root
topicToSubscribe: device/attributes #属性订阅主题
Expand All @@ -51,15 +51,15 @@ mqtt:
qos: 0

mqtts:
broker: 39.98.176.26:8883
broker: 127.0.0.1:8883
user: root
pass: root
caPath : ./conf/certificate/ca.crt
crtPath: ./conf/certificate/client.crt
keyPath : ./conf/certificate/client.key

api:
http_host: 39.98.176.26:8083
http_host: 127.0.0.1:8083

grpc:
tptodb_server: 39.98.176.26:50052
tptodb_server: 127.0.0.1:50052

0 comments on commit 35d7e07

Please sign in to comment.