Browse Source

minio地址修改

gao.qiang 1 year ago
parent
commit
6d16c6de88

+ 2 - 2
vehicle-admin/src/main/resources/application.yml

@@ -18,7 +18,7 @@ base:
   sqlType: dm  # 数据库类型
   dbname: vehicle #数据库名
   #图片路径前缀
-  imgUrl: http://10.48.36.43:18801/picbucket
+  imgUrl: http://124.70.58.209:18801/picbucket
   ffmpegPath: /usr/bin/ffmpeg
   filePath: /opt/streams/record/flv/
   webUrl: http://124.70.58.209:18812
@@ -155,7 +155,7 @@ xss:
   urlPatterns: /system/*,/monitor/*,/tool/*
 
 minio:
-  endpoint: http://10.48.36.43:18801 #Minio服务所在地址
+  endpoint: http://124.70.58.209:18801 #Minio服务所在地址
   bucketName: picbucket #存储桶名称
   accessKey: admin #访问的key
   secretKey: jt73W-+xhd5 #访问的秘钥

+ 2 - 2
vehicle-sdk/src/main/resources/application.yml

@@ -18,7 +18,7 @@ base:
   sqlType: dm  # 数据库类型
   dbname: vehicle #数据库名
   #图片路径前缀
-  imgUrl: http://10.48.36.43:18801/picbucket
+  imgUrl: http://124.70.58.209:18801/picbucket
   ffmpegPath: /usr/bin/ffmpeg
   filePath: /opt/streams/record/flv/
   webUrl: http://124.70.58.209:9080
@@ -154,7 +154,7 @@ xss:
   urlPatterns: /system/*,/monitor/*,/tool/*
 
 minio:
-  endpoint: http://10.48.36.43:18801 #Minio服务所在地址
+  endpoint: http://124.70.58.209:18801 #Minio服务所在地址
   bucketName: picbucket #存储桶名称
   accessKey: admin #访问的key
   secretKey: jt73W-+xhd5 #访问的秘钥