crss-settlement-task-validation-dev.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://localhost:5432/crss_settlement
  5. username: postgres
  6. password: postgres
  7. driverClassName: org.postgresql.Driver
  8. connectionTimeout: 10000
  9. maxPoolSize: 20
  10. crss-registration:
  11. datasource:
  12. jdbcUrl: jdbc:postgresql://localhost:5432/crss?currentSchema=registration
  13. username: postgres
  14. password: postgres
  15. driverClassName: org.postgresql.Driver
  16. maxPoolSize: 5
  17. test-on-borrow: true
  18. validation-query: SELECT 1
  19. crss-main:
  20. datasource:
  21. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  22. username: postgres
  23. password: postgres
  24. driverClassName: org.postgresql.Driver
  25. connectionTimeout: 10000
  26. maxPoolSize: 20
  27. crss-metering:
  28. datasource:
  29. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_metering
  30. username: postgres
  31. password: postgres
  32. driverClassName: org.postgresql.Driver
  33. connectionTimeout: 10000
  34. maxPoolSize: 20
  35. crss-nmms:
  36. datasource:
  37. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_nmms
  38. username: postgres
  39. password: postgres
  40. driverClassName: org.postgresql.Driver
  41. connectionTimeout: 10000
  42. maxPoolSize: 20
  43. crss-dataflow:
  44. datasource:
  45. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  46. username: postgres
  47. password: postgres
  48. driverClassName: org.postgresql.Driver
  49. connectionTimeout: 10000
  50. maxPoolSize: 20
  51. jpa:
  52. show-sql: false
  53. generate-ddl: true
  54. properties:
  55. hibernate:
  56. generate_statistics: false
  57. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  58. ddl-auto: validate
  59. hbm2ddl:
  60. import_files:
  61. batch:
  62. job:
  63. enabled: true
  64. logging:
  65. level:
  66. com.pemc: DEBUG
  67. com.netflix: DEBUG
  68. org.springframework.cloud: DEBUG
  69. org.hibernate.stat: debug