Browse Source

Add xdef sftp config for uat env

Monte Cillo Co 8 năm trước cách đây
mục cha
commit
82406607fc
1 tập tin đã thay đổi với 13 bổ sung1 xóa
  1. 13 1
      crss-reg/crss-reg-uat.yml

+ 13 - 1
crss-reg/crss-reg-uat.yml

@@ -5,4 +5,16 @@ spring:
     password: crss_reg
     hikari:
       connectionTimeout: 10000
-      maximumPoolSize: 20
+      maximumPoolSize: 20
+crss:
+  xdf:
+    client-type: sftp
+    root-folder: /home/crss_xdf
+    auto-create-dir: true
+    file-encoding: UTF-8
+    file-exists-mode: fail  # OPTIONS:[append, append_no_flush, fail, ignore, replace]
+    remote:
+      host: 192.168.235.6
+      port: 8082
+      username: crss_xdf
+      password: xdf123