| 123456789101112131415161718192021222324252627282930313233343536 |
- spring:
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:postgresql://postgresql.marathon.l4lb.thisdcos.directory:5432/crss_dataflow
- username: admin
- password: password
- maxPoolSize: 5
- jpa:
- show-sql: true
- generate-ddl: true
- properties:
- hibernate:
- hbm2ddl:
- auto: none
- redis:
- host: redis.marathon.l4lb.thisdcos.directory
- server:
- port: 8082
- security:
- oauth2:
- client:
- accessTokenUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
- userAuthorizationUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
- resource:
- userInfoUri: http://crss-admin.marathon.l4lb.thisdcos.directory:8080/user
- dataflow:
- url: http://spring-cloud-data-flow.marathon.l4lb.thisdcos.directory:9393
- sftp:
- credentials:
- host: sftp.marathon.l4lb.thisdcos.directory
- workingDirectory: /upload
|