spring: crss-dataflow: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=dataflow username: crss_dataflow password: crss_dataflow driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-main: datasource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=meterprocess username: crss_meterprocess password: crss_meterprocess driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 crss-registration: dataSource: jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration url: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss?currentSchema=registration username: crss_registration password: crss_registration driverClassName: org.postgresql.Driver maxPoolSize: 5 test-on-borrow: true validation-query: SELECT 1 jpa: show-sql: true generate-ddl: true open-in-view: false properties: hibernate: generate_statistics: true dialect: org.hibernate.dialect.PostgreSQLDialect ddl-auto: none hbm2ddl: auto: none profiles: include: mesos cloud: deployer: mesos: chronos: apiEndpoint: http://master.mesos/service/chronos/v1 memory: 3072 cpu: 0.5 # apply monthly constraints here constraints: rack,LIKE,rack-(daily|monthly) task: initialize: enable: false batch: initializer: enabled: false logging: level: com.pemc: debug batch: # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml chunkSize: 1 maxWorkers: 10 partitionSize: mtrSein: 10 mtr: directory: /tmp/ sftp: credentials: username: pemc password: 123qwe host: sftp.marathon.l4lb.thisdcos.directory port: 22 workingDirectory: /upload privateKey: --- spring: profiles: dailyMtr cloud.deployer.mesos.chronos.constraints: rack,EQUAL,rack-daily ---