Karen Kho 8 лет назад
Родитель
Сommit
e0f57882b4

+ 5 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-dev.yml

@@ -29,3 +29,8 @@ spring:
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver
+
+  redis:
+    host: localhost
+    port: 6379
+

+ 1 - 0
crss-settlement-task-calculation/crss-settlement-task-calculation-devlocal.yml

@@ -58,6 +58,7 @@ spring:
 
   redis:
     host: localhost
+    port: 6379
 
   batch:
     job:

+ 0 - 4
crss-settlement-task-calculation/crss-settlement-task-calculation.yml

@@ -63,10 +63,6 @@ spring:
     job:
       enabled: true
 
-  redis:
-    host: localhost
-    port: 6379
-
 batch:
   chunkSize: 100
   maxWorkers: 10