From a78893ea1f69ea7020af224601d3f152f263484a Mon Sep 17 00:00:00 2001 From: rowger Date: Fri, 1 Dec 2023 20:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ .../im-service/src/main/resources/application-prod.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b3b1599..cf31ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,6 @@ hs-im-server/.vs/ hs-im-server/hs-im-server.7z im-uniapp/ +hs-im-server/im-common/im-common.iml +hs-im-server/im-service/im-service.iml +hs-im-server/im-tcp/im-tcp.iml diff --git a/hs-im-server/im-service/src/main/resources/application-prod.yml b/hs-im-server/im-service/src/main/resources/application-prod.yml index b552ec7..573b810 100644 --- a/hs-im-server/im-service/src/main/resources/application-prod.yml +++ b/hs-im-server/im-service/src/main/resources/application-prod.yml @@ -133,4 +133,4 @@ minio: custom: - host: 172.16.3.18 + host: 172.16.3.17