Skip to content

Commit

Permalink
feat: fix 配置错误
Browse files Browse the repository at this point in the history
  • Loading branch information
godLei6 committed Oct 24, 2023
1 parent 6f1114e commit 3f46821
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 14 deletions.
6 changes: 5 additions & 1 deletion deploy/conf/ithings/apisvr/etc/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,8 @@ OssConf:
CustomHost: /api/v1/oss
ConnectTimeout: 6000
ReadWriteTimeout: 60000
UseSSL: false
UseSSL: false

Event:
Nats:
Url: nats://172.19.0.2:4222
12 changes: 0 additions & 12 deletions deploy/conf/ithings/apisvr/etc/dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,3 @@ OssConf:
Event:
Nats:
Url: nats://172.19.0.2:4222
OssConf:
OssType: minio
PublicBucketName: ithings-public
PrivateBucketName: ithings-private
TemporaryBucketName: ithings-temporary
AccessKeyID: root
AccessKeySecret: password
Location: 172.19.0.10:9000
CustomHost: /api/v1/oss
ConnectTimeout: 6000
ReadWriteTimeout: 60000
UseSSL: false
5 changes: 4 additions & 1 deletion deploy/conf/ithings/apisvr/etc/rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ DiRpc:
Enable: true
Mode: direct
Conf:
Timeout: 1000000
Timeout: 1000000
Event:
Nats:
Url: nats://172.19.0.2:4222

0 comments on commit 3f46821

Please sign in to comment.