spring: crss-stl: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=settlement username: crss_settlement password: crss_settlement maximumPoolSize: 2 crss-main: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess maximumPoolSize: 2 crss-metering: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=metering username: crss_metering password: crss_metering maximumPoolSize: 2 crss-nmms: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=nmms username: crss_nmms password: crss_nmms maximumPoolSize: 2 crss-dataflow: datasource: driverClassName: "${spring.datasource.driverClassName}" jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow maximumPoolSize: 5 profiles: include: mesos cloud: deployer: mesos: chronos: memory: 2048 cpu: 0.5 task: initialize: enable: false batch: initializer: enabled: false job: enabled: true jpa: show-sql: false generate-ddl: false properties: hibernate: generate_statistics: false dialect: org.hibernate.dialect.PostgreSQL81Dialect ddl-auto: validate hbm2ddl: import_files: redis: host: redis.marathon.l4lb.thisdcos.directory port: 6379 logging: level: com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug