|
|
@@ -3,13 +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:oracle:thin:@//172.16.3.10:1521/DOR
|
|
|
- username: DOR_RT
|
|
|
- password: DOR_RT
|
|
|
- driverClassName: oracle.jdbc.OracleDriver
|
|
|
+ #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:
|
|
|
@@ -28,15 +28,15 @@ crss:
|
|
|
root-dir: /crss/docmgt
|
|
|
xdf:
|
|
|
client-type: sftp # OPTIONS:[local, ftp, sftp]
|
|
|
- root-folder: /Siemens/Power/EMDB_DATA
|
|
|
+ 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: 172.16.3.15
|
|
|
+ host: sftp.marathon.l4lb.thisdcos.directory
|
|
|
port: 22
|
|
|
- username: crss_reg
|
|
|
- password: Wesm@1234
|
|
|
+ username: pemc
|
|
|
+ password: 123qwe
|
|
|
|
|
|
feign:
|
|
|
hystrix:
|