Skip to content

Commit

Permalink
Reverting credential change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarey committed Aug 25, 2015
1 parent 6b4d24d commit 99a4c5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ object AgoraMongoClient {

(user, password) match {
case (Some(userName), Some(userPassword)) =>
val credentials = MongoCredential.createScramSha1Credential(
val credentials = MongoCredential.createMongoCRCredential(
userName,
AgoraConfig.mongoDbDatabase,
userPassword.toCharArray
Expand Down

0 comments on commit 99a4c5d

Please sign in to comment.