| 1234567891011121314151617181920212223242526272829303132 |
- spring:
- datasource:
- url: jdbc:postgresql://10.64.0.4:5432/crss?currentSchema=registration
- username: crss_registration
- password: crss_registration
- crss:
- xdf:
- client-type: sftp
- root-folder: /home/crss_xdf/upload
- auto-create-dir: true
- file-encoding: UTF-8
- file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
- remote:
- host: sftp
- port: 22
- username: crss_xdf
- password: xdf123
- security:
- oauth2:
- client:
- accessTokenUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/access_token
- userAuthorizationUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/authorize
- clientId: crss
- clientSecret: crsssecret
- authorized-grant-types: authorization_code,refresh_token,password
- scope: openid
- access-token-validity-seconds: 3600
- resource:
- filter-order: 3
- userInfoUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/user
|