Browse Source

fix stl upload

Karen Kho 8 years ago
parent
commit
692a6c8964

+ 7 - 0
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation-dev.yml

@@ -5,18 +5,25 @@ spring:
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver
+      maximumPoolSize: 10
   crss-dataflow:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver
+      maximumPoolSize: 10
   crss-main:
     datasource:
       jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
       username: postgres
       password: postgres
       driverClassName: org.postgresql.Driver
+      maximumPoolSize: 10
+
+  jpa:
+    show-sql: false
+    generate-ddl: false
 
   batch:
     job:

+ 2 - 1
crss-settlement-task-invoice-generation/crss-settlement-task-invoice-generation.yml

@@ -62,7 +62,8 @@ logging:
 
 report:
   directory:
-    base: /tmp/
+    base: /tmp/stl/
+    sftp: report/
 
 sftp:
   credentials: