application-devlocal.yml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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: tmp/
  48. stlDataCsv: stlData
  49. stlDataCsvZipped: stlDataZipped
  50. sftp:
  51. credentials:
  52. username: pemc
  53. password: 123qwe
  54. host: pemc-storage.southeastasia.cloudapp.azure.com
  55. port: 22
  56. workingDirectory: /home/pemc/stl/upload
  57. privateKey: