From b98e01b26109c3a23cbfe3d23bbb57d59af8f99b Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 5 Nov 2021 11:05:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer-api/src/test/resources/application.yml | 3 ++- common-api/src/main/resources/application.yml | 3 ++- consumer/src/main/resources/application.yml | 3 ++- manager-api/src/main/resources/application.yml | 3 ++- seller-api/src/main/resources/application.yml | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/buyer-api/src/test/resources/application.yml b/buyer-api/src/test/resources/application.yml index cf4681d9..a0140a54 100644 --- a/buyer-api/src/test/resources/application.yml +++ b/buyer-api/src/test/resources/application.yml @@ -250,7 +250,8 @@ lili: # account: # username: elastic # password: LiLiShopES - + logstash: + server: 127.0.0.1:4560 rocketmq: promotion-topic: lili_promotion_topic promotion-group: lili_promotion_group diff --git a/common-api/src/main/resources/application.yml b/common-api/src/main/resources/application.yml index 04869a91..3da84738 100644 --- a/common-api/src/main/resources/application.yml +++ b/common-api/src/main/resources/application.yml @@ -276,7 +276,8 @@ lili: # account: # username: elastic # password: LiLiShopES - + logstash: + server: 127.0.0.1:4560 rocketmq: promotion-topic: lili_promotion_topic promotion-group: lili_promotion_group diff --git a/consumer/src/main/resources/application.yml b/consumer/src/main/resources/application.yml index 5359452a..dc60ddfa 100644 --- a/consumer/src/main/resources/application.yml +++ b/consumer/src/main/resources/application.yml @@ -257,7 +257,8 @@ lili: # account: # username: elastic # password: LiLiShopES - + logstash: + server: 127.0.0.1:4560 rocketmq: promotion-topic: lili_promotion_topic promotion-group: lili_promotion_group diff --git a/manager-api/src/main/resources/application.yml b/manager-api/src/main/resources/application.yml index 0050ed5f..ec6937e6 100644 --- a/manager-api/src/main/resources/application.yml +++ b/manager-api/src/main/resources/application.yml @@ -239,7 +239,8 @@ lili: # account: # username: elastic # password: LiLiShopES - + logstash: + server: 127.0.0.1:4560 rocketmq: promotion-topic: lili_promotion_topic promotion-group: lili_promotion_group diff --git a/seller-api/src/main/resources/application.yml b/seller-api/src/main/resources/application.yml index 5c233ca7..ccbd076a 100644 --- a/seller-api/src/main/resources/application.yml +++ b/seller-api/src/main/resources/application.yml @@ -237,7 +237,8 @@ lili: # account: # username: elastic # password: LiLiShopES - + logstash: + server: 127.0.0.1:4560 rocketmq: promotion-topic: lili_promotion_topic promotion-group: lili_promotion_group