| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- crss-registration:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maximumPoolSize: 10
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: pemc-storage.southeastasia.cloudapp.azure.com
- port: 22
- workingDirectory: /home/pemc/stl/upload
- privateKey:
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-file-gen-addtlcomp-2.2.0.BUILD-SNAPSHOT.jar"
- chunkSize: 100
- maxWorkers: 20
- partitionSize:
- acDataPartitionSize: 30
|