application-devlocal.yml 1.4 KB

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