| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- spring:
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
- username: crss_dataflow
- password: crss_dataflow
- crss-main:
- datasource:
- jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
- username: crss_meterprocess
- password: crss_meterprocess
- crss-registration:
- dataSource:
- jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
- username: crss_registration
- password: crss_registration
- jpa:
- show-sql: false
- properties:
- hibernate:
- generate_statistics: false
- profiles:
- include: mesos
- cloud:
- deployer:
- mesos:
- chronos:
- apiEndpoint: http://master.mesos/service/chronos/v1
- memory: 8192
- cpu: 2
- task:
- initialize:
- enable: false
- batch:
- initializer:
- enabled: false
- redis:
- database: 4
- batch:
- partitionSize:
- mtr: 1
- mtr:
- directory: /tmp/
- sftp:
- credentials:
- host: sftp.marathon.l4lb.thisdcos.directory
- workingDirectory: /upload
|