crss-dataflow-app-qa.yml 915 B

123456789101112131415161718192021222324252627282930313233343536
  1. spring:
  2. crss-dataflow:
  3. datasource:
  4. jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_dataflow
  5. username: admin
  6. password: password
  7. maxPoolSize: 5
  8. jpa:
  9. show-sql: true
  10. generate-ddl: true
  11. properties:
  12. hibernate:
  13. hbm2ddl:
  14. auto: none
  15. redis:
  16. host: redis.marathon.l4lb.thisdcos.directory
  17. server:
  18. port: 8082
  19. security:
  20. oauth2:
  21. client:
  22. accessTokenUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
  23. userAuthorizationUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
  24. resource:
  25. userInfoUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/user
  26. dataflow:
  27. url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
  28. sftp:
  29. credentials:
  30. host: sftp.marathon.l4lb.thisdcos.directory
  31. workingDirectory: /upload