Browse Source

项目相关配置修改

gao.qiang 1 year ago
parent
commit
bc61c8195a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hazard-admin/src/main/resources/application.yml

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

@@ -22,10 +22,10 @@ base:
   filePath: /opt/streams/record/flv/
   webUrl: http://10.161.12.50:9080
   bakUrl: http://${server-ip}:9080
-  wsUrl: ws://10.161.12.50:9080
+  wsUrl: ws://183.236.39.220:9080
   defaultPassword: yn5aq5Mt.106.tky
   imgUrl: http://${server-ip}:18801/picbucket
-  recordUrl: http://10.161.12.50:8083${server.servlet.context-path}
+  recordUrl: http://183.236.39.220:8083${server.servlet.context-path}
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8080