crss-settlement-task-invoice-generation-devlocal.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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-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: 20
  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. connectionTimeout: 10000
  26. maxPoolSize: 20
  27. crss-main:
  28. datasource:
  29. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  30. username: postgres
  31. password: postgres
  32. driverClassName: org.postgresql.Driver
  33. connectionTimeout: 10000
  34. maxPoolSize: 20
  35. jpa:
  36. show-sql: false
  37. generate-ddl: true
  38. properties:
  39. hibernate:
  40. generate_statistics: true
  41. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  42. ddl-auto: validate
  43. hbm2ddl:
  44. import_files:
  45. batch:
  46. job:
  47. enabled: true
  48. logging:
  49. level:
  50. com.pemc: DEBUG
  51. com.netflix: DEBUG
  52. org.springframework.cloud: DEBUG
  53. org.hibernate.stat: debug
  54. report:
  55. directory:
  56. base: report/
  57. sftp:
  58. credentials:
  59. username: pemc
  60. password: 123qwe
  61. host: pemc-storage.southeastasia.cloudapp.azure.com
  62. port: 22
  63. workingDirectory: /home/pemc/stl/upload
  64. privateKey: