From 382c9fa680114b16e5b6f1fef834f4be3268cd35 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 26 十二月 2022 18:09:53 +0800 Subject: [PATCH] fix: 群消息查询 --- src/main/resources/application.yml | 13 +++++++++---- 1 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9681f9d..bd2a932 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ # 绔彛鍙� server: - port: 8080 + port: 8888 # spring閰嶇疆 spring: @@ -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: wx15ee01704b3c9dd0 + secret: a96eaee73d9de507d8412b7d2959b927 \ No newline at end of file -- Gitblit v1.8.0