소스 검색

fix redis config for invoice generation devlocal profile

dmendoza 8 년 전
부모
커밋
9bb4f86c3b
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      crss-settlement-task-invoice-generation/application-devlocal.yml

+ 4 - 4
crss-settlement-task-invoice-generation/application-devlocal.yml

@@ -33,6 +33,10 @@ spring:
       connectionTimeout: 10000
       maxPoolSize: 20
 
+  redis:
+      host: localhost
+      port: 6379
+
   jpa:
     show-sql: false
     generate-ddl: true
@@ -59,10 +63,6 @@ report:
   directory:
     base: report/
 
-  redis:
-    host: localhost
-    port: 6379
-
 sftp:
   credentials:
     username: pemc