Skip to content

Commit 2e187cf

Browse files
committed
add readme
1 parent 01a3326 commit 2e187cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

MongoDbTest/MongoDbConnection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace MongoDbTest
44
{
55
public class MongoDbConnection : IAsyncLifetime
66
{
7-
private const string MongoConnectionString = "mongodb://127.0.0.1:27018";
7+
private const string MongoConnectionString = "mongodb://127.0.0.1:27017";
88

99
public MongoDbConnection()
1010
{

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is a reproducer for an issue with the MongoDB C# driver tracked at https://jira.mongodb.org/browse/CSHARP-4488
2+
3+
Please update the connection string in the class MongoDbConnection if necessary:
4+
5+
private const string MongoConnectionString = "mongodb://127.0.0.1:27017";

0 commit comments

Comments
 (0)