application-qa.yml 1.9 KB

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