| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- batch:
- job:
- enabled: true
- redis:
- host: localhost
- port: 6379
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.0.0.RC6.jar"
- chunkSize: 100
- maxWorkers: 2
- partitionSize:
- amsSp: 5
- amsInv: 10
- amsMf: 10
- energyStl: 10
- lr: 10
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: pemc-storage.southeastasia.cloudapp.azure.com
- port: 22
- workingDirectory: /home/pemc/stl/upload
- privateKey:
|