crss-gesq-report-pemc-dev.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=dataflow
  5. url: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=dataflow
  6. username: crss_dataflow
  7. password: lgcCpwy0
  8. driverClassName: org.postgresql.Driver
  9. maxPoolSize: 5
  10. test-on-borrow: true
  11. validation-query: SELECT 1
  12. crss-main:
  13. datasource:
  14. jdbcUrl: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=meterprocess
  15. url: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=meterprocess
  16. username: crss_meterprocess
  17. password: D9JpfUtT
  18. driverClassName: org.postgresql.Driver
  19. maxPoolSize: 5
  20. test-on-borrow: true
  21. validation-query: SELECT 1
  22. crss-registration:
  23. dataSource:
  24. jdbcUrl: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=registration
  25. url: jdbc:postgresql://192.168.1.119:5432/crss?currentSchema=registration
  26. username: crss_registration
  27. password: 51UF3JA9
  28. driverClassName: org.postgresql.Driver
  29. maxPoolSize: 5
  30. test-on-borrow: true
  31. validation-query: SELECT 1
  32. jpa:
  33. # show-sql: true
  34. generate-ddl: true
  35. open-in-view: false
  36. properties:
  37. hibernate:
  38. # generate_statistics: true
  39. dialect: org.hibernate.dialect.PostgreSQLDialect
  40. ddl-auto: none
  41. hbm2ddl:
  42. auto: none
  43. profiles:
  44. include: mesos
  45. cloud:
  46. deployer:
  47. mesos:
  48. chronos:
  49. apiEndpoint: http://master.mesos/service/chronos/v1
  50. memory: 2560
  51. cpu: 0.5
  52. # apply monthly constraints here
  53. constraints:
  54. task:
  55. initialize:
  56. enable: false
  57. batch:
  58. initializer:
  59. enabled: false
  60. cache:
  61. jcache:
  62. config: ehcache3.xml
  63. logging:
  64. level:
  65. com.pemc: debug
  66. # org.hibernate.stat: debug
  67. batch:
  68. # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
  69. chunkSize: 100
  70. maxWorkers: 10
  71. partitionSize:
  72. gap: 5000
  73. gesq: 90000
  74. gesq-report: 1
  75. gesq-report-daily: 10
  76. gesq-report-max-count: 28828
  77. gesqreport:
  78. directory: /tmp/
  79. sftp:
  80. credentials:
  81. username: pemc
  82. password: 123qwe
  83. host: sftp.marathon.l4lb.thisdcos.directory
  84. port: 22
  85. workingDirectory: /upload/gesq
  86. privateKey:
  87. ---
  88. spring:
  89. profiles: dailyGesqReport
  90. cloud.deployer.mesos.chronos.constraints:
  91. ---
  92. ---
  93. spring:
  94. profiles: monthlyFinalGesqReport
  95. cloud.deployer.mesos.chronos.constraints:
  96. ---
  97. ---
  98. spring:
  99. profiles: monthlyPrelimGesqReport
  100. cloud.deployer.mesos.chronos.constraints:
  101. ---
  102. ---
  103. spring:
  104. profiles: monthlyAdjustedGesqReport
  105. cloud.deployer.mesos.chronos.constraints:
  106. ---