application-devlocal.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. crss-registration:
  12. datasource:
  13. jdbcUrl: jdbc:postgresql://localhost:5432/crss_reg
  14. username: crss_reg
  15. password: crss_reg
  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://localhost:5432/stl_crss_meterprocess
  24. username: postgres
  25. password: postgres
  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://localhost:5432/stl_crss_meterprocess
  33. username: postgres
  34. password: postgres
  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://localhost:5432/stl_crss_metering
  42. username: postgres
  43. password: postgres
  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://localhost:5432/stl_crss_nmms
  51. username: postgres
  52. password: postgres
  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://localhost:5432/crss_dataflow
  60. username: postgres
  61. password: postgres
  62. driverClassName: org.postgresql.Driver
  63. maxPoolSize: 20
  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. logging:
  80. level:
  81. com.pemc: DEBUG
  82. com.netflix: DEBUG
  83. org.springframework.cloud: DEBUG
  84. org.hibernate.stat: debug