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. driverClassName: ${spring.datasource.driverClassName}
  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.PostgreSQLDialect
  17. ddl-auto: none
  18. hbm2ddl:
  19. import_files:
  20. auto: none
  21. # prevent batch job from running on app start
  22. batch:
  23. job:
  24. enabled: false
  25. #liquibase:
  26. # change-log: classpath:/db/db.changelog-master.xml
  27. server:
  28. port: 8082
  29. undertow:
  30. accesslog:
  31. dir: target
  32. enabled: true
  33. pattern: combined
  34. compression:
  35. enabled: true
  36. min-response-size: 1
  37. #security:
  38. # oauth2:
  39. # client:
  40. # accessTokenUri: http://localhost:8082/oauth/access_token
  41. # userAuthorizationUri: http://localhost:8082/oauth/authorize
  42. # clientId: crss
  43. # clientSecret: crsssecret
  44. # authorized-grant-types: authorization_code,refresh_token,password
  45. # scope: openid
  46. # access-token-validity-seconds: 3600
  47. # resource:
  48. # userInfoUri: http://localhost:8082/user
  49. logging:
  50. level:
  51. com.pemc: DEBUG
  52. com.netflix: DEBUG
  53. org.springframework.cloud: DEBUG
  54. org.apache.http: DEBUG
  55. dataflow:
  56. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  57. job:
  58. maxRun: 1
  59. report:
  60. directory:
  61. base: report/
  62. sftp:
  63. credentials:
  64. username: pemc
  65. password: 123qwe
  66. host: sftp.marathon.l4lb.thisdcos.directory
  67. port: 22
  68. workingDirectory: /upload/stl
  69. privateKey: