From 3f46821ccda95bcbef43884e805ccc41fbc6c15b Mon Sep 17 00:00:00 2001 From: godLei6 <603785348@qq.com> Date: Tue, 24 Oct 2023 11:02:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20fix=20=E9=85=8D=E7=BD=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/conf/ithings/apisvr/etc/api.yaml | 6 +++++- deploy/conf/ithings/apisvr/etc/dm.yaml | 12 ------------ deploy/conf/ithings/apisvr/etc/rule.yaml | 5 ++++- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/deploy/conf/ithings/apisvr/etc/api.yaml b/deploy/conf/ithings/apisvr/etc/api.yaml index 4ac7dc56c..dd2107012 100644 --- a/deploy/conf/ithings/apisvr/etc/api.yaml +++ b/deploy/conf/ithings/apisvr/etc/api.yaml @@ -59,4 +59,8 @@ OssConf: CustomHost: /api/v1/oss ConnectTimeout: 6000 ReadWriteTimeout: 60000 - UseSSL: false \ No newline at end of file + UseSSL: false + +Event: + Nats: + Url: nats://172.19.0.2:4222 \ No newline at end of file diff --git a/deploy/conf/ithings/apisvr/etc/dm.yaml b/deploy/conf/ithings/apisvr/etc/dm.yaml index 12033ac53..0b6d03beb 100644 --- a/deploy/conf/ithings/apisvr/etc/dm.yaml +++ b/deploy/conf/ithings/apisvr/etc/dm.yaml @@ -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 \ No newline at end of file diff --git a/deploy/conf/ithings/apisvr/etc/rule.yaml b/deploy/conf/ithings/apisvr/etc/rule.yaml index 7cc2a0470..57529c25b 100644 --- a/deploy/conf/ithings/apisvr/etc/rule.yaml +++ b/deploy/conf/ithings/apisvr/etc/rule.yaml @@ -17,4 +17,7 @@ DiRpc: Enable: true Mode: direct Conf: - Timeout: 1000000 \ No newline at end of file + Timeout: 1000000 +Event: + Nats: + Url: nats://172.19.0.2:4222 \ No newline at end of file