crss-settlement-task-calculation-dev2.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_settlement
  5. username: crss_settlement
  6. password: crss_settlement
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. # for removal after ITER 7 stl testing
  12. crss-meterprocess:
  13. datasource:
  14. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
  15. username: crss_settlement
  16. password: crss_settlement
  17. driverClassName: org.postgresql.Driver
  18. maxPoolSize: 5
  19. test-on-borrow: true
  20. validation-query: SELECT 1
  21. crss-main:
  22. datasource:
  23. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
  24. username: crss_settlement
  25. password: crss_settlement
  26. driverClassName: org.postgresql.Driver
  27. maxPoolSize: 5
  28. test-on-borrow: true
  29. validation-query: SELECT 1
  30. crss-metering:
  31. datasource:
  32. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_metering
  33. username: crss_settlement
  34. password: crss_settlement
  35. driverClassName: org.postgresql.Driver
  36. maxPoolSize: 5
  37. test-on-borrow: true
  38. validation-query: SELECT 1
  39. crss-nmms:
  40. datasource:
  41. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_nmms
  42. username: crss_settlement
  43. password: crss_settlement
  44. driverClassName: org.postgresql.Driver
  45. maxPoolSize: 5
  46. test-on-borrow: true
  47. validation-query: SELECT 1
  48. crss-dataflow:
  49. datasource:
  50. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
  51. username: crss_dataflow
  52. password: crss_dataflow
  53. driverClassName: org.postgresql.Driver
  54. maxPoolSize: 5
  55. test-on-borrow: true
  56. validation-query: SELECT 1
  57. profiles:
  58. include: mesos
  59. cloud:
  60. deployer:
  61. mesos:
  62. chronos:
  63. apiEndpoint: http://master.mesos/service/chronos/v1
  64. memory: 1024
  65. task:
  66. initialize:
  67. enable: false
  68. batch:
  69. initializer:
  70. enabled: false
  71. jpa:
  72. show-sql: false
  73. generate-ddl: true
  74. properties:
  75. hibernate:
  76. generate_statistics: false
  77. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  78. ddl-auto: none
  79. hbm2ddl:
  80. auto: none
  81. batch:
  82. job:
  83. enabled: true
  84. redis:
  85. host: redis.marathon.l4lb.thisdcos.directory
  86. port: 6379
  87. logging:
  88. level:
  89. com.pemc.crss.settlement.task.calculation: DEBUG
  90. com.netflix: DEBUG
  91. org.springframework.cloud: DEBUG
  92. org.hibernate.stat: debug