| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- spring:
- crss-stl:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maxPoolSize: 20
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- maxPoolSize: 20
- # for removal after ITER 7 stl testing
- crss-meterprocess:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- connectionTimeout: 10000
- maxPoolSize: 20
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
- username: postgres
- password: postgres
- driverClassName: org.postgresql.Driver
- connectionTimeout: 10000
- maxPoolSize: 20
- batch:
- job:
- enabled: true
- redis:
- host: localhost
- port: 6379
- jpa:
- show-sql: false
- generate-ddl: false
- cloud:
- deployer:
- local:
- deleteFilesOnExit: false
- batch:
- resourceLocation: "file:target/libs/crss-settlement-task-invoice-generation-2.0.0.RC6.jar"
|