|
|
@@ -0,0 +1,87 @@
|
|
|
+spring:
|
|
|
+ crss-stl:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ 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/stl_crss_meterprocess
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-metering:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-nmms:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+ crss-dataflow:
|
|
|
+ datasource:
|
|
|
+ jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
|
|
|
+ username: postgres
|
|
|
+ password: postgres
|
|
|
+ driverClassName: org.postgresql.Driver
|
|
|
+ connectionTimeout: 10000
|
|
|
+ maxPoolSize: 20
|
|
|
+
|
|
|
+ jpa:
|
|
|
+ show-sql: false
|
|
|
+ generate-ddl: true
|
|
|
+ properties:
|
|
|
+ hibernate:
|
|
|
+ generate_statistics: false
|
|
|
+ dialect: org.hibernate.dialect.PostgreSQL81Dialect
|
|
|
+ ddl-auto: validate
|
|
|
+ hbm2ddl:
|
|
|
+ import_files:
|
|
|
+
|
|
|
+ batch:
|
|
|
+ job:
|
|
|
+ enabled: true
|
|
|
+
|
|
|
+ redis:
|
|
|
+ host: localhost
|
|
|
+ port: 6379
|
|
|
+
|
|
|
+batch:
|
|
|
+ resourceLocation: "file:target/libs/crss-settlement-task-calculation-addtlcomp-2.0.0.RC6.jar"
|
|
|
+ chunkSize: 100
|
|
|
+ maxWorkers: 2
|
|
|
+ partitionSize:
|
|
|
+ ac: 15
|
|
|
+ acAlloc: 15
|
|
|
+ vatAc: 15
|
|
|
+ vatAcAlloc: 15
|
|
|
+ acGmr: 15
|
|
|
+
|
|
|
+logging:
|
|
|
+ level:
|
|
|
+ com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG
|
|
|
+ com.netflix: DEBUG
|
|
|
+ org.springframework.cloud: DEBUG
|
|
|
+ org.hibernate.stat: debug
|