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: true dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: validate hbm2ddl: import_files: cloud: task: initialize: enable: false batch: initializer: enabled: false job: enabled: true redis: host: localhost port: 6379 batch: chunkSize: 100 maxWorkers: 10 partitionSize: retDat: 4500 retBcq: 1500 calcEta: 1500 disAggBcq: 1500 disAggBcqSeller: 1500 disAggBcqBuyer: 1500 procNss: 1500 nss: 1500 rta: 1500 rprta: 15000 rcra: 15000 sFactor: 1500 runway: 1500 spotSeller: 1500 spotBuyer: 1500 gmr: 1500 energyMf: 1500 reserveMf: 1500 logging: level: com.pemc: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug