crss-mq-computation-pemc-uat-sit.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=dataflow
  5. username: crss_dataflow
  6. password: crss_dataflow
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 2
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=meterprocess
  14. username: crss_meterprocess
  15. password: crss_meterprocess
  16. driverClassName: org.postgresql.Driver
  17. maxPoolSize: 2
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-registration:
  21. dataSource:
  22. jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_sit?currentSchema=registration
  23. username: crss_registration
  24. password: crss_registration
  25. driverClassName: org.postgresql.Driver
  26. maxPoolSize: 2
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. jpa:
  30. # show-sql: true
  31. generate-ddl: true
  32. open-in-view: false
  33. properties:
  34. hibernate:
  35. # generate_statistics: true
  36. dialect: org.hibernate.dialect.PostgreSQLDialect
  37. ddl-auto: none
  38. hbm2ddl:
  39. auto: none
  40. profiles:
  41. include: mesos
  42. cloud:
  43. deployer:
  44. mesos:
  45. chronos:
  46. apiEndpoint: http://master.mesos/service/chronos/v1
  47. memory: 2048
  48. task:
  49. initialize:
  50. enable: false
  51. batch:
  52. initializer:
  53. enabled: false
  54. redis:
  55. database: 4
  56. cache:
  57. jcache:
  58. config: ehcache3.xml
  59. logging:
  60. level:
  61. com.pemc: debug
  62. # org.hibernate.stat: debug
  63. batch:
  64. # resourceLocation: ${resourceLocation} - property expansion defaulted in app's application.yml
  65. chunkSize: 100
  66. maxWorkers: 20
  67. partitionSize:
  68. gap: 5000
  69. mq: 10000
  70. ssla: 5000
  71. report: 1
  72. mqreport:
  73. directory: /tmp/
  74. sftp:
  75. credentials:
  76. username: pemc
  77. password: 123qwe
  78. host: sftp.marathon.l4lb.thisdcos.directory
  79. port: 22
  80. workingDirectory: /upload/mq
  81. privateKey: