|
@@ -6,9 +6,10 @@ spring:
|
|
|
xdf-control:
|
|
xdf-control:
|
|
|
# TODO: update to oracle datasource once credentials are available
|
|
# TODO: update to oracle datasource once credentials are available
|
|
|
datasource:
|
|
datasource:
|
|
|
- url: jdbc:edb://10.176.11.131:5432/crss_external?currentSchema=xdfcontrol
|
|
|
|
|
- username: crss_xdfcontrol
|
|
|
|
|
- password: hWnL3d7j
|
|
|
|
|
|
|
+ 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
|
|
profiles.include: audit, client-sec
|
|
|
jpa:
|
|
jpa:
|
|
|
properties:
|
|
properties:
|
|
@@ -26,16 +27,16 @@ crss:
|
|
|
docmgt:
|
|
docmgt:
|
|
|
root-dir: /crss/docmgt
|
|
root-dir: /crss/docmgt
|
|
|
xdf:
|
|
xdf:
|
|
|
- client-type: local # OPTIONS:[local, ftp, sftp]
|
|
|
|
|
- root-folder: /crss/xdf
|
|
|
|
|
|
|
+ client-type: sftp # OPTIONS:[local, ftp, sftp]
|
|
|
|
|
+ root-folder: /Siemens/Power/EMDB_DATA
|
|
|
auto-create-dir: true
|
|
auto-create-dir: true
|
|
|
file-encoding: UTF-8
|
|
file-encoding: UTF-8
|
|
|
file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
|
|
file-exists-mode: fail # OPTIONS:[append, append_no_flush, fail, ignore, replace]
|
|
|
remote:
|
|
remote:
|
|
|
- host: localhost
|
|
|
|
|
|
|
+ host: 172.16.3.15
|
|
|
port: 22
|
|
port: 22
|
|
|
- username: crss
|
|
|
|
|
- password: crss
|
|
|
|
|
|
|
+ username: crss_reg
|
|
|
|
|
+ password: Wesm@1234
|
|
|
|
|
|
|
|
feign:
|
|
feign:
|
|
|
hystrix:
|
|
hystrix:
|