From 7ed0594dfb42ffc2754106aaae8abae06a2b9340 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 23 Nov 2022 10:10:58 +0800
Subject: [PATCH] 维修管理添加创建人查询

---
 src/main/resources/application.yml |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 15aca68..335b50a 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -129,12 +129,18 @@
 #oss默认配置
 oss:
   enabled: true
-  name: qiniu
+#  name: qiniu
+#  tenant-mode: true
+#  endpoint: http://prt1thnw3.bkt.clouddn.com
+#  access-key: N_Loh1ngBqcJovwiAJqR91Ifj2vgOWHOf8AwBA_h
+#  secret-key: AuzuA1KHAbkIndCU0dB3Zfii2O3crHNODDmpxHRS
+#  bucket-name: bladex
+  name: minio
   tenant-mode: true
-  endpoint: http://prt1thnw3.bkt.clouddn.com
-  access-key: N_Loh1ngBqcJovwiAJqR91Ifj2vgOWHOf8AwBA_h
-  secret-key: AuzuA1KHAbkIndCU0dB3Zfii2O3crHNODDmpxHRS
-  bucket-name: bladex
+  endpoint: http://dev.jxpskj.com:9000/
+  access-key: pskj
+  secret-key: pskj@2021
+  bucket-name: zhnc
 
 #第三方登陆配置
 social:

--
Gitblit v1.9.3