application.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: report/
  49. sftp:
  50. credentials:
  51. username: pemc
  52. password: 123qwe
  53. host: pemc-storage.southeastasia.cloudapp.azure.com
  54. port: 22
  55. workingDirectory: /home/pemc/stl/upload
  56. privateKey: