| 1234567891011121314151617181920212223242526272829303132333435 |
- spring:
- crss-dataflow:
- datasource:
- jdbcUrl: jdbc:edb://10.176.11.23:5432/crss_sit?currentSchema=dataflow
- username: crss_sit_dataflow
- password: uYgE8bqG
- 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://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/access_token
- userAuthorizationUri: http://crssadmin-service.marathon.l4lb.thisdcos.directory:8080/oauth/authorize
- resource:
- userInfoUri: http://crssadmin-service.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
|