소스 검색

add sftp credentials for crss-reg

dmendoza 8 년 전
부모
커밋
8579b57cef
2개의 변경된 파일17개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 1
      crss-reg/crss-reg-dev.yml
  2. 9 1
      crss-reg/crss-reg.yml

+ 8 - 1
crss-reg/crss-reg-dev.yml

@@ -24,4 +24,11 @@ crss:
       host: localhost
       port: 22
       username: crss
-      password: crss
+      password: crss
+
+sftp:
+  credentials:
+    username: pemc
+    password: 123qwe
+    host: pemc-storage.southeastasia.cloudapp.azure.com
+    port: 22

+ 9 - 1
crss-reg/crss-reg.yml

@@ -52,4 +52,12 @@ server:
    #   FAIL_ON_UNKNOWN_PROPERTIES: true
    #   DEFAULT_VIEW_INCLUSION: true
    serialization:
-     write_dates_as_timestamps: false
+     write_dates_as_timestamps: false
+
+
+sftp:
+  credentials:
+    username: pemc
+    password: 123qwe
+    host: sftp.marathon.l4lb.thisdcos.directory
+    port: 22