spring: crss-stl: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=settlement username: crss_settlement password: crss_settlement driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-metering: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=metering username: crss_metering password: crss_metering driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-nmms: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=nmms username: crss_nmms password: crss_nmms driverClassName: org.postgresql.Driver maximumPoolSize: 2 test-on-borrow: true validation-query: SELECT 1 crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow driverClassName: org.postgresql.Driver maximumPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 profiles: include: mesos cloud: deployer: mesos: chronos: memory: 2048 cpu: 0.5 constraints: dcos: authorizationToken: eyJhbGciOiJIUzI1NiIsImtpZCI6InNlY3JldCIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIzeUY1VE9TemRsSTQ1UTF4c3B4emVvR0JlOWZOeG05bSIsImVtYWlsIjoiamVqb21hci5kaW1heXVnYUBnbWFpbC5jb20iLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiZXhwIjoxNTI5OTIyNTg1LCJpYXQiOjE1Mjk0OTA1ODUsImlzcyI6Imh0dHBzOi8vZGNvcy5hdXRoMC5jb20vIiwic3ViIjoiZ2l0aHVifDExMjgyMCIsInVpZCI6Implam9tYXIuZGltYXl1Z2FAZ21haWwuY29tIn0.qT2RIKXo1Cb9DEHdd5BTdtT7HiWuQ2mm1MUJN0C5MnI 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: none hbm2ddl: import_files: logging: level: com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG com.netflix: DEBUG org.springframework.cloud: DEBUG org.hibernate.stat: debug