Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Moved permalink DB to new location.
  • Loading branch information
ulitol97 committed Nov 25, 2020
commit 035dfef2a3563aded7a2853ceb498271d3eebff2
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ class PermalinkService[F[_]](blocker: Blocker, client: Client[F])(implicit F: Ef
private val mongoDatabase = sys.env.getOrElse("MONGO_DATABASE", "")
private val collectionName = "permalinks"
private val mongoConnectionString =
s"mongodb+srv://$mongoUser:$mongoPassword@cluster0.qrrwv.mongodb.net/$mongoDatabase" +
s"mongodb+srv://$mongoUser:$mongoPassword@cluster0.pnja6.mongodb.net/$mongoDatabase" +
"?retryWrites=true&w=majority"

}

object PermalinkService {
Expand Down