spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=settlement username: crss_settlement password: i17SMOPm driverClassName: org.postgresql.Driver maximumPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: D9JpfUtT driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=metering username: crss_metering password: Fh7UcXpW driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=nmms username: crss_nmms password: lbgg1i2Y driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=dataflow username: crss_dataflow password: lgcCpwy0 driverClassName: org.postgresql.Driver maximumPoolSize: 5 connectionTimeout: 300000 test-on-borrow: true validation-query: SELECT 1 crss-registration: datasource: jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=registration username: crss_registration password: 51UF3JA9 driverClassName: org.postgresql.Driver profiles: include: mesos cloud: deployer: mesos: chronos: apiEndpoint: http://master.mesos/service/chronos/v1 memory: 3072 cpu: 1 # apply monthly constraints here constraints: task: initialize: enable: false batch: initializer: enabled: false job: enabled: true jpa: show-sql: false generate-ddl: true properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: none hbm2ddl: auto: none #batch: # chunkSize: 100 # maxWorkers: 10 # partitionSize: # retDat: 900 # retBcq: 20000 # spotLlcc: 3000 # calcEta: 3000 # procNss: 3000 # nss: 1000 # disAggBcq: 1000 # disAggBcqBuyer: 1000 # disAggBcqSeller: 1000 # rta: 300 # rprta: 1000 # rcra: 200 # sFactor: 150 # runway: 150 # spotSeller: 1500 # spotBuyer: 1500 # gmr: 1500 logging: level: com.pemc.crss.settlement.task.calculation: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug --- spring: profiles: genDEBRsvInputWorkspace cloud.deployer.mesos.chronos.constraints: --- --- spring: profiles: dailyStlAmtsCalculation cloud.deployer.mesos.chronos.constraints: --- --- spring: profiles: dailyLrCalculation cloud.deployer.mesos.chronos.constraints: ---