You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/04/24 17:53:53 UTC

[airavata-mft] 05/11: Dropbox Resource Service Conf changes

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit 9cb8c655d46772b5183438f49e8c4c7a10fdb1e4
Author: sharavi <sh...@iu.edu>
AuthorDate: Thu Apr 23 15:33:34 2020 -0400

    Dropbox Resource Service Conf changes
---
 .../server/src/main/resources/distribution/conf/resources.json       | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/services/resource-service/server/src/main/resources/distribution/conf/resources.json b/services/resource-service/server/src/main/resources/distribution/conf/resources.json
index a356081..980922c 100644
--- a/services/resource-service/server/src/main/resources/distribution/conf/resources.json
+++ b/services/resource-service/server/src/main/resources/distribution/conf/resources.json
@@ -54,5 +54,10 @@
     "resourceId": "gcs-bucket",
     "bucketName": "",
     "resourcePath": ""
+  },
+  {
+    "type": "DROPBOX",
+    "resourceId": "",
+    "resourcePath": ""
   }
 ]
\ No newline at end of file