crss-settlement-app-top.yml 1.6 KB

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