crss-settlement-task-calculation-addtlcomp-exist-dev.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=settlement
  5. username: crss_settlement
  6. password: i17SMOPm
  7. driverClassName: org.postgresql.Driver
  8. maximumPoolSize: 2
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-main:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=meterprocess
  14. username: crss_meterprocess
  15. password: D9JpfUtT
  16. driverClassName: org.postgresql.Driver
  17. maximumPoolSize: 2
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. crss-metering:
  21. datasource:
  22. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=metering
  23. username: crss_metering
  24. password: Fh7UcXpW
  25. driverClassName: org.postgresql.Driver
  26. maximumPoolSize: 2
  27. test-on-borrow: true
  28. validation-query: SELECT 1
  29. crss-nmms:
  30. datasource:
  31. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=nmms
  32. username: crss_nmms
  33. password: lbgg1i2Y
  34. driverClassName: org.postgresql.Driver
  35. maximumPoolSize: 2
  36. test-on-borrow: true
  37. validation-query: SELECT 1
  38. crss-dataflow:
  39. datasource:
  40. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=dataflow
  41. username: crss_dataflow
  42. password: lgcCpwy0
  43. driverClassName: org.postgresql.Driver
  44. maximumPoolSize: 5
  45. test-on-borrow: true
  46. validation-query: SELECT 1
  47. crss-registration:
  48. datasource:
  49. jdbcUrl: jdbc:postgresql://172.16.0.20:5432/crss?currentSchema=registration
  50. username: crss_registration
  51. password: 51UF3JA9
  52. driverClassName: org.postgresql.Driver
  53. profiles:
  54. include: mesos
  55. cloud:
  56. deployer:
  57. mesos:
  58. chronos:
  59. apiEndpoint: http://master.mesos/service/chronos/v1
  60. memory: 2048
  61. cpu: 0.5
  62. constraints:
  63. task:
  64. initialize:
  65. enable: false
  66. batch:
  67. initializer:
  68. enabled: false
  69. job:
  70. enabled: true
  71. jpa:
  72. show-sql: false
  73. generate-ddl: false
  74. properties:
  75. hibernate:
  76. generate_statistics: false
  77. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  78. ddl-auto: none
  79. hbm2ddl:
  80. import_files:
  81. logging:
  82. level:
  83. com.pemc.crss.settlement.task.calculation.addtlcomp: DEBUG
  84. com.netflix: DEBUG
  85. org.springframework.cloud: DEBUG
  86. org.hibernate.stat: debug