|
|
@@ -13,15 +13,15 @@ crss:
|
|
|
docmgt:
|
|
|
root-dir: /crss/docmgt
|
|
|
xdf:
|
|
|
- client-type: local # OPTIONS:[local, ftp, sftp]
|
|
|
- root-folder: /crss/xdf
|
|
|
+ client-type: sftp # OPTIONS:[local, ftp, sftp]
|
|
|
+ root-folder: /upload/xdf
|
|
|
auto-create-dir: true
|
|
|
file-encoding: UTF-8
|
|
|
file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
|
|
|
remote:
|
|
|
- host: localhost
|
|
|
+ host: sftp.marathon.l4lb.thisdcos.directory
|
|
|
port: 22
|
|
|
- username: crss
|
|
|
- password: crss
|
|
|
+ username: pemc
|
|
|
+ password: 123qwe
|
|
|
service:
|
|
|
admin.url: http://crssapplication-main-ui.marathon.l4lb.thisdcos.directory:8080/admin
|