crss-settlement-app-pemc-uat-default.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://10.176.23.24:5432/crss_uat?currentSchema=settlement
  5. username: crss_settlement
  6. password: crss_settlement
  7. driverClassName: org.postgresql.Driver
  8. maxPoolSize: 5
  9. test-on-borrow: true
  10. validation-query: SELECT 1
  11. jpa:
  12. show-sql: false
  13. generate-ddl: true
  14. properties:
  15. hibernate:
  16. dialect: org.hibernate.dialect.PostgreSQL81Dialect
  17. ddl-auto: validate
  18. hbm2ddl:
  19. import_files:
  20. redis:
  21. database: 4
  22. # prevent batch job from running on app start
  23. batch:
  24. job:
  25. enabled: false
  26. #liquibase:
  27. # change-log: classpath:/db/db.changelog-master.xml
  28. server:
  29. port: 8082
  30. undertow:
  31. accesslog:
  32. dir: target
  33. enabled: true
  34. pattern: combined
  35. compression:
  36. enabled: true
  37. min-response-size: 1
  38. #security:
  39. # oauth2:
  40. # client:
  41. # accessTokenUri: http://localhost:8082/oauth/access_token
  42. # userAuthorizationUri: http://localhost:8082/oauth/authorize
  43. # clientId: crss
  44. # clientSecret: crsssecret
  45. # authorized-grant-types: authorization_code,refresh_token,password
  46. # scope: openid
  47. # access-token-validity-seconds: 3600
  48. # resource:
  49. # userInfoUri: http://localhost:8082/user
  50. logging:
  51. level:
  52. com.pemc: DEBUG
  53. com.netflix: DEBUG
  54. org.springframework.cloud: DEBUG
  55. org.apache.http: DEBUG
  56. dataflow:
  57. url: http://crss-uat-defaultspring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  58. job:
  59. maxRun: 1
  60. report:
  61. directory:
  62. base: report/
  63. sftp:
  64. credentials:
  65. username: pemc
  66. password: 123qwe
  67. host: sftp.marathon.l4lb.thisdcos.directory
  68. port: 22
  69. workingDirectory: /upload/stl
  70. privateKey: