|
|
@@ -3,12 +3,13 @@ spring:
|
|
|
url: jdbc:edb://10.176.11.131:5432/crss?currentSchema=registration
|
|
|
username: crss_registration
|
|
|
password: 51UF3JA9
|
|
|
- xdf-control:
|
|
|
+ #xdf-control:
|
|
|
# TODO: update to oracle datasource once credentials are available
|
|
|
- datasource:
|
|
|
- url: jdbc:edb://10.176.11.131:5432/crss_external?currentSchema=xdfcontrol
|
|
|
- username: crss_xdfcontrol
|
|
|
- password: hWnL3d7j
|
|
|
+ #datasource:
|
|
|
+ #url: jdbc:oracle:thin:@//172.16.3.10:1521/DOR
|
|
|
+ #username: DOR_RT
|
|
|
+ #password: DOR_RT
|
|
|
+ #driverClassName: oracle.jdbc.OracleDriver
|
|
|
profiles.include: audit, client-sec
|
|
|
jpa:
|
|
|
properties:
|
|
|
@@ -26,16 +27,16 @@ 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
|
|
|
|
|
|
feign:
|
|
|
hystrix:
|