| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- 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
- crss-registration:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maximumPoolSize: 10
- batch:
- job:
- enabled: true
- redis:
- host: localhost
- port: 6379
- jpa:
- show-sql: false
- generate-ddl: false
- properties:
- hibernate:
- generate_statistics: false
- ddl-auto: none
- cloud:
- deployer:
- local:
- deleteFilesOnExit: false
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.3.0.BUILD-SNAPSHOT.jar"
- chunkSize: 100
- maxWorkers: 2
- partitionSize:
- amsSp: 1500
- amsInv: 10
- energyStl: 10
- lr: 31
- sftp:
- credentials:
- username: pemc
- password: 123qwe
- host: pemc-storage.southeastasia.cloudapp.azure.com
- port: 22
- workingDirectory: /home/pemc/stl/upload
- privateKey:
|