From 5d8d6211c77edc6d07d1a3f847904dd30a8b3447 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期四, 16 二月 2023 09:32:45 +0800 Subject: [PATCH] 案件bug修复及优化 --- src/main/resources/application.yml | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9681f9d..b8a3fe4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -31,9 +31,9 @@ # minio閰嶇疆 minio: - address: http://119.28.5.249:9000 - accessKey: minioadmin - secretKey: minioadmin + address: http://42.193.1.25:9000 + accessKey: satori + secretKey: 12345678 bucketName: img # mybatis閰嶇疆 @@ -45,3 +45,8 @@ field-strategy: NOT_NULL configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + +#灏忕▼搴� +wx: + appid: wxd7bb3a22cfb97aaa + secret: 0d08a9dfe83749d65aea9a0ad3a23b5a \ No newline at end of file -- Gitblit v1.8.0