crss-settlement-app-top.yml 1.7 KB

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