application-dev2.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. crss-registration:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_reg2
  14. username: crss_settlement
  15. password: crss_settlement
  16. driverClassName: org.postgresql.Driver
  17. maxPoolSize: 5
  18. test-on-borrow: true
  19. validation-query: SELECT 1
  20. # for removal after ITER 7 stl testing
  21. crss-meterprocess:
  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-main:
  31. datasource:
  32. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_meterprocess
  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-metering:
  40. datasource:
  41. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_metering
  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-nmms:
  49. datasource:
  50. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/stl_crss_nmms
  51. username: crss_settlement
  52. password: crss_settlement
  53. driverClassName: org.postgresql.Driver
  54. maxPoolSize: 5
  55. test-on-borrow: true
  56. validation-query: SELECT 1
  57. crss-dataflow:
  58. datasource:
  59. jdbcUrl: jdbc:postgresql://192.168.233.9:5432/crss_dataflow
  60. username: crss_dataflow
  61. password: crss_dataflow
  62. driverClassName: org.postgresql.Driver
  63. maxPoolSize: 5
  64. test-on-borrow: true
  65. validation-query: SELECT 1
  66. jpa:
  67. show-sql: false
  68. generate-ddl: true
  69. properties:
  70. hibernate:
  71. generate_statistics: false
  72. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  73. ddl-auto: validate
  74. hbm2ddl:
  75. import_files:
  76. batch:
  77. job:
  78. enabled: true
  79. redis:
  80. host: redis.marathon.l4lb.thisdcos.directory
  81. port: 6379
  82. logging:
  83. level:
  84. com.pemc: DEBUG
  85. com.netflix: DEBUG
  86. org.springframework.cloud: DEBUG
  87. org.hibernate.stat: debug