application.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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. crss-meterprocess:
  19. datasource:
  20. jdbcUrl: jdbc:postgresql://localhost:5432/stl_crss_meterprocess
  21. username: postgres
  22. password: postgres
  23. driverClassName: org.postgresql.Driver
  24. maxPoolSize: 5
  25. test-on-borrow: true
  26. validation-query: SELECT 1
  27. jpa:
  28. show-sql: false
  29. generate-ddl: true
  30. properties:
  31. hibernate:
  32. generate_statistics: true
  33. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  34. ddl-auto: validate
  35. hbm2ddl:
  36. import_files:
  37. batch:
  38. job:
  39. enabled: true
  40. logging:
  41. level:
  42. com.pemc: DEBUG
  43. com.netflix: DEBUG
  44. org.springframework.cloud: DEBUG
  45. org.hibernate.stat: debug
  46. report:
  47. directory:
  48. base: tmp/
  49. stlDataCsv: stlData
  50. stlDataCsvZipped: stlDataZipped
  51. sftp:
  52. credentials:
  53. username: pemc
  54. password: 123qwe
  55. host: pemc-storage.southeastasia.cloudapp.azure.com
  56. port: 22
  57. workingDirectory: /home/pemc/stl/upload
  58. privateKey: