shjung 2 년 전
부모
커밋
9683960be7
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      src/main/resources/application.yml

+ 5 - 5
src/main/resources/application.yml

@@ -18,11 +18,11 @@ application:
     process-id: CTV01
 
   job-schedule:
-    cctv-preset: true
-    base-dbms: false
-    fclt-stts: false
-    unit-stts: false
-    db-svr-stts: false
+    cctv-preset: false
+    base-dbms: true
+    fclt-stts: true
+    unit-stts: true
+    db-svr-stts: true
 
 server:
   port: 8998