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 |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 12b725f..b8a3fe4 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
 # 绔彛鍙�
 server:
-  port: 8081
+  port: 8080
 
 # 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: wxd7bb3a22cfb97aaa
+  secret: 0d08a9dfe83749d65aea9a0ad3a23b5a
\ No newline at end of file

--
Gitblit v1.8.0