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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. cloud:
  48. task:
  49. initialize:
  50. enable: false
  51. batch:
  52. initializer:
  53. enabled: false
  54. job:
  55. enabled: false
  56. redis:
  57. host: localhost
  58. port: 6379
  59. logging:
  60. level:
  61. com.pemc: DEBUG
  62. com.netflix: DEBUG
  63. org.springframework.cloud: DEBUG
  64. org.hibernate.stat: debug
  65. report:
  66. directory:
  67. base: report/
  68. sftp:
  69. credentials:
  70. username: pemc
  71. password: 123qwe
  72. host: pemc-storage.southeastasia.cloudapp.azure.com
  73. port: 22
  74. workingDirectory: /home/pemc/stl/upload
  75. privateKey: