Skip to content

Commit

Permalink
fix database name in mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Dec 13, 2018
1 parent cea4330 commit ebb6083
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public MongoClient mongoClient() {
List<MongoCredential> mongoCredsList = new ArrayList<MongoCredential>();
mongoCredsList.add(MongoCredential.createCredential(
mongoUsername,
"_avc",
"_projects",
mongoPassword.toCharArray()));

// Return a DB Client with Authentication
Expand Down

0 comments on commit ebb6083

Please sign in to comment.