| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- spring:
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
- username: postgres
- password: postgres
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
- username: postgres
- password: postgres
- crss-registration:
- dataSource:
- jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
- username: postgres
- password: postgres
- jpa:
- show-sql: true
- generate-ddl: true
- profiles:
- include: mesos
- cloud:
- deployer:
- mesos:
- chronos:
- apiEndpoint: http://master.mesos/service/chronos/v1
- memory: 1024
- redis:
- host: redis.marathon.mesos
- batch:
- # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
- partitionSize:
- mq: 10000
- ssla: 5000
- report: 1000
- sftp:
- credentials:
- host: sftp.marathon.l4lb.thisdcos.directory
- workingDirectory: /upload
|