Browse Source

minio地址变更

gao.qiang 10 months ago
parent
commit
c0e595d483

+ 3 - 3
hazard-admin/src/main/resources/application.yml

@@ -22,7 +22,7 @@ base:
   bakUrl: http://124.70.58.209:18891
   wsUrl: ws://124.70.58.209:9080
   defaultPassword: yn5aq5Mt.106.tky
-  imgUrl: http://124.71.171.71:18801/picbucket
+  imgUrl: http://124.70.58.209:18801/picbucket
   recordUrl: http://124.70.58.209:18811${server.servlet.context-path}
 
 # 开发环境配置
@@ -148,10 +148,10 @@ xss:
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
 minio:
-  endpoint: http://124.71.171.71:18801 #Minio服务所在地址
+  endpoint: http://124.70.58.209:18801 #Minio服务所在地址
   bucketName: picbucket #存储桶名称
   accessKey: admin #访问的key
-  secretKey: admin123 #访问的秘钥
+  secretKey: jt73W-+xhd5 #访问的秘钥
 file:
   #头像存储目录
   avatarUrl: /data/service/avatar/

+ 3 - 3
hazard-sdk/src/main/resources/application.yml

@@ -15,7 +15,7 @@ base:
   # 验证码类型 math 数组计算 char 字符验证
   captchaType: math
   #图片路径前缀
-  imgUrl: http://124.71.171.71:18801/picbucket
+  imgUrl: http://124.70.58.209:18801/picbucket
 
 # 开发环境配置
 server:
@@ -141,10 +141,10 @@ xss:
   # 匹配链接
   urlPatterns: /system/*,/monitor/*,/tool/*
 minio:
-  endpoint: http://124.71.171.71:18801 #Minio服务所在地址
+  endpoint: http://124.70.58.209:18801 #Minio服务所在地址
   bucketName: picbucket #存储桶名称
   accessKey: admin #访问的key
-  secretKey: admin123 #访问的秘钥
+  secretKey: jt73W-+xhd5 #访问的秘钥
 
 sdk:
   publish: http://124.70.58.209:18819/hazard/sdk/publish