Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bug fix in fetching COLLECTION_GROUP in resource queries
- Loading branch information
1 parent
caf980a
commit 37e1b4fd6aac5fc0e04773f9e0922e6ade1eb4c4
Showing
5 changed files
with
53 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,17 +1,17 @@ | ||
pollingInterval: 60 | ||
dataResourceManagementService: | ||
dbURI: "bolt://192.168.0.14:7687" | ||
dbURI: "bolt://149.165.156.173:7687" | ||
dbUser: "neo4j" | ||
dbPassword: "123456" | ||
dbPassword: "blastcovid19" | ||
custos: | ||
host: "custos.scigap.org" | ||
port: 31499 | ||
custosId: "custos-whedmgamitu357p4wuke-10002708" | ||
custosSec: "mrMdl86Ia1H94cikW7CvHoh7L0ASNXQVt2aRzSIj" | ||
custosId: "custos-ii8g0cfwsz6ruwezykn9-10002640" | ||
custosSec: "OxXECszt9dL4lHJQyL444UOU0lKN317D51ez067R" | ||
custosBrokerURL: "149.165.156.200:9092" | ||
consumerGroup: "custosEventsGroup" | ||
maxPollRecordsConfig: 10 | ||
topics: | ||
- "10002708-754b89b5-3a57-496c-aa34-8e2b4916fbc" | ||
- "10002640-561b67b4-fa7d-4368-8643-dcd9d0159c1d" | ||
tenantsToBeSynced: | ||
- "custos-whedmgamitu357p4wuke-10002708" | ||
- "custos-ii8g0cfwsz6ruwezykn9-10002640" |