Ver código fonte

服务器ip和端口修改

gao.qiang 1 ano atrás
pai
commit
29d30bd319

+ 1 - 1
vehicle-admin/src/main/resources/application-dmdruid.yml

@@ -6,7 +6,7 @@ spring:
         druid:
             # 主库数据源
             master:
-                url: jdbc:dm://124.70.58.209:5236/vehicle
+                url: jdbc:dm://10.48.36.45:5236/vehicle
                 username: VEHICLE
                 password: VEHICLE
             # 从库数据源

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

@@ -18,14 +18,14 @@ base:
   sqlType: dm  # 数据库类型
   dbname: vehicle #数据库名
   #图片路径前缀
-  imgUrl: http://124.71.171.71:18801/picbucket
+  imgUrl: http://10.48.36.43:18801/picbucket
   ffmpegPath: /usr/local/ffmpeg/bin/ffmpeg
   filePath: /opt/streams/record/flv/
-  webUrl: http://124.70.58.209:18812
-  bakUrl: http://124.70.58.209:18891
-  wsUrl: ws://124.70.58.209:9080
-  historyUrl: http://124.70.58.209:18812
-  recordUrl: http://124.70.58.209:18810${server.servlet.context-path}
+  webUrl: http://10.48.36.47:18812
+  bakUrl: http://10.48.36.47:18891
+  wsUrl: ws://10.48.36.47:9080
+  historyUrl: http:///10.48.36.47:18812
+  recordUrl: http://10.48.36.47:18810${server.servlet.context-path}
   env: 1
 
 server:
@@ -83,7 +83,7 @@ spring:
   # redis 配置
   redis:
     # 地址
-    host: 124.70.58.209
+    host: 10.48.36.43
     # 端口,默认为6379
     port: 7001
     # 数据库索引
@@ -158,7 +158,7 @@ xss:
   urlPatterns: /system/*,/monitor/*,/tool/*
 
 minio:
-  endpoint: http://124.71.171.71:18801 #Minio服务所在地址
+  endpoint: http://10.48.36.43:18801 #Minio服务所在地址
   bucketName: picbucket #存储桶名称
   accessKey: admin #访问的key
   secretKey: admin123 #访问的秘钥