crss-gesq-report-dev.yml 1012 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=dataflow
  5. username: postgres
  6. password: postgres
  7. crss-main:
  8. datasource:
  9. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=meterprocess
  10. username: postgres
  11. password: postgres
  12. crss-registration:
  13. dataSource:
  14. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
  15. username: postgres
  16. password: postgres
  17. jpa:
  18. show-sql: true
  19. generate-ddl: true
  20. profiles:
  21. include: mesos
  22. cloud:
  23. deployer:
  24. mesos:
  25. chronos:
  26. apiEndpoint: http://master.mesos/service/chronos/v1
  27. memory: 1024
  28. redis:
  29. host: redis.marathon.mesos
  30. batch:
  31. # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
  32. partitionSize:
  33. gesq: 10000
  34. gesq-report: 1000
  35. sftp:
  36. credentials:
  37. host: sftp.marathon.l4lb.thisdcos.directory
  38. workingDirectory: /upload