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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss?currentSchema=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/crss?currentSchema=meterprocess
  15. username: crss_meterprocess
  16. password: crss_meterprocess
  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/crss?currentSchema=meterprocess
  24. username: crss_meterprocess
  25. password: crss_meterprocess
  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/crss?currentSchema=metering
  33. username: crss_metering
  34. password: crss_metering
  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/crss?currentSchema=nmms
  42. username: crss_nmms
  43. password: crss_nmms
  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?currentSchema=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: 2048
  65. task:
  66. initialize:
  67. enable: false
  68. batch:
  69. initializer:
  70. enabled: false
  71. job:
  72. enabled: true
  73. jpa:
  74. show-sql: false
  75. generate-ddl: true
  76. properties:
  77. hibernate:
  78. generate_statistics: false
  79. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  80. ddl-auto: none
  81. hbm2ddl:
  82. auto: none
  83. redis:
  84. host: redis.marathon.l4lb.thisdcos.directory
  85. port: 6379
  86. logging:
  87. level:
  88. com.pemc.crss.settlement.task.calculation: DEBUG
  89. com.netflix: DEBUG
  90. org.springframework.cloud: DEBUG
  91. org.hibernate.stat: debug