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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_settlement
  5. username: admin
  6. password: password
  7. driverClassName: org.postgresql.Driver
  8. connectionTimeout: 10000
  9. maxPoolSize: 20
  10. crss-dataflow:
  11. datasource:
  12. jdbcUrl: jdbc:postgresql://192.168.236.2:5432/crss_dataflow
  13. username: admin
  14. password: password
  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://192.168.236.2: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://192.168.236.2: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: false
  43. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  44. ddl-auto: validate
  45. hbm2ddl:
  46. import_files:
  47. batch:
  48. job:
  49. enabled: true
  50. redis:
  51. host: redis.marathon.l4lb.thisdcos.directory
  52. port: 6379
  53. logging:
  54. level:
  55. com.pemc: DEBUG
  56. com.netflix: DEBUG
  57. org.springframework.cloud: DEBUG
  58. org.hibernate.stat: debug
  59. sftp:
  60. credentials:
  61. username: pemc
  62. password: 123qwe
  63. host: sftp.marathon.l4lb.thisdcos.directory
  64. port: 22
  65. workingDirectory: /upload/stl
  66. privateKey: