From 744cd0a3bc66de73a94e320724b1bb776a6e4080 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 19 十月 2022 17:43:50 +0800 Subject: [PATCH] 更新minlo --- src/main/resources/application.yml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 12b725f..bd2a932 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ # 绔彛鍙� server: - port: 8081 + 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閰嶇疆 @@ -44,4 +44,9 @@ id-type: auto field-strategy: NOT_NULL configuration: - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl \ No newline at end of file + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + +#灏忕▼搴� +wx: + appid: wx15ee01704b3c9dd0 + secret: a96eaee73d9de507d8412b7d2959b927 \ No newline at end of file -- Gitblit v1.8.0