Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
fix for reactivemongo + mongodb 3
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Oct 5, 2015
1 parent 8099e3e commit 908b1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/application.conf
Expand Up @@ -18,7 +18,7 @@ tomatoes.apikey=${?TOMATOES_API_KEY}


mongodb = {
uri=${?MONGOLAB_URI}
uri=${?MONGOLAB_URI}"?authMode=scram-sha1"
//db = "your_db_name"
// servers = [ "localhost:27017" ]
// credentials = {
Expand Down
2 changes: 1 addition & 1 deletion conf/prod.conf
@@ -1,5 +1,5 @@
include "application.conf"

mongodb.uri=${?MONGOLAB_URI}
mongodb.uri=${?MONGOLAB_URI}"?authMode=scram-sha1"
tmdb.apikey=${?TMDB_API_KEY}
tomatoes.apikey=${?TOMATOES_API_KEY}

0 comments on commit 908b1b5

Please sign in to comment.