You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/06/01 17:59:28 UTC

[airavata-data-lake] 45/46: custos data synchronizer

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

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

commit 2561018111c657ae3c701f859aef57b3fe4da90a
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Tue Jun 1 10:50:16 2021 -0400

    custos data synchronizer
---
 .../drms-custos-synchronizer/src/main/resources/config.yml            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data-resource-management-service/drms-custos-synchronizer/src/main/resources/config.yml b/data-resource-management-service/drms-custos-synchronizer/src/main/resources/config.yml
index 2efc616..5c76e50 100644
--- a/data-resource-management-service/drms-custos-synchronizer/src/main/resources/config.yml
+++ b/data-resource-management-service/drms-custos-synchronizer/src/main/resources/config.yml
@@ -1,8 +1,8 @@
 pollingInterval: 60
 dataResourceManagementService:
   dbURI: "bolt://149.165.156.173:7687"
-  dbUser: "neo4j"
-  dbPassword: "blastcovid19"
+  dbUser: "CHANGE"
+  dbPassword: "CHANGE"
 custos:
   host: "custos.scigap.org"
   port: 31499