application-qa.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. spring:
  2. crss-stl:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://10.64.0.4:5432/crss_settlement
  5. username: postgres
  6. password: 123qwe
  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. # 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: