spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=settlement username: crss_settlement password: crss_settlement driverClassName: org.postgresql.Driver crss-registration: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=registration username: crss_registration password: crss_registration driverClassName: org.postgresql.Driver crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess driverClassName: org.postgresql.Driver crss-metering: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=metering username: crss_metering password: crss_metering driverClassName: org.postgresql.Driver crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=nmms username: crss_nmms password: crss_nmms driverClassName: org.postgresql.Driver crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://192.168.233.10:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow maximumPoolSize: 5 driverClassName: org.postgresql.Driver profiles: include: mesos cloud: deployer: mesos: chronos: memory: 2048 cpu: 0.5 # apply monthly constraints here constraints: rack,EQUAL,rack-monthly 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: validate hbm2ddl: import_files: auto: logging: level: com.pemc.crss.settlement.task.validation: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: DEBUG --- spring: profiles: dailyStlValidation cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily ---