소스 검색

feat: 更正配置文件

WANGKANG 8 달 전
부모
커밋
887c46317c
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      taais-admin/src/main/resources/application-dev.yml
  2. 0 1
      taais-admin/src/main/resources/application.yml

+ 1 - 0
taais-admin/src/main/resources/application-dev.yml

@@ -1,4 +1,5 @@
 server:
+  video_stable_url: http://localhost:11002/video_stable
   video_stable_start_url: http://localhost:11002/video_stable
   video_stable_stop_url: http://localhost:11002/video_stable_stop
   task_stop_url: http://localhost:11003/stop

+ 0 - 1
taais-admin/src/main/resources/application.yml

@@ -13,7 +13,6 @@ taais:
   profile: /home/ObjectDetection_Web
   # 获取ip地址开关
   addressEnabled: false
-  video_stable_url: http://localhost:11001/video_stable
 
 captcha:
   enable: true