crss-settlement-task-invoice-generation.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: 2000
  10. crss-dataflow:
  11. datasource:
  12. jdbcUrl: jdbc:postgresql://localhost:5432/crss_dataflow
  13. username: postgres
  14. password: postgres
  15. driverClassName: org.postgresql.Driver
  16. connectionTimeout: 10000
  17. maxPoolSize: 2000
  18. # for removal after ITER 7 stl testing
  19. crss-meterprocess:
  20. datasource:
  21. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  22. username: postgres
  23. password: postgres
  24. driverClassName: org.postgresql.Driver
  25. maxPoolSize: 5
  26. test-on-borrow: true
  27. validation-query: SELECT 1
  28. crss-main:
  29. datasource:
  30. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  31. username: postgres
  32. password: postgres
  33. driverClassName: org.postgresql.Driver
  34. maxPoolSize: 5
  35. test-on-borrow: true
  36. validation-query: SELECT 1
  37. jpa:
  38. show-sql: false
  39. generate-ddl: true
  40. properties:
  41. hibernate:
  42. generate_statistics: true
  43. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  44. ddl-auto: validate
  45. hbm2ddl:
  46. import_files:
  47. batch:
  48. job:
  49. enabled: true
  50. logging:
  51. level:
  52. com.pemc: DEBUG
  53. com.netflix: DEBUG
  54. org.springframework.cloud: DEBUG
  55. org.hibernate.stat: debug
  56. report:
  57. directory:
  58. base: report/
  59. sftp:
  60. credentials:
  61. username: pemc
  62. password: 123qwe
  63. host: pemc-storage.southeastasia.cloudapp.azure.com
  64. port: 22
  65. workingDirectory: /home/pemc/stl/upload
  66. privateKey: