Skip to content

Commit 27611d1

Browse files
chore: update doccomment
1 parent ce2bf95 commit 27611d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Testcontainers.MongoDb/MongoDbBuilder.cs

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public sealed class MongoDbBuilder : ContainerBuilder<MongoDbBuilder, MongoDbCon
1717
/// <summary>
1818
/// Initializes a new instance of the <see cref="MongoDbBuilder" /> class.
1919
/// </summary>
20+
/// <param name="useDefaultCredentials">When set to <c>false</c>, mongodb will run without authentication unless you explicitly specify credentials</param>
2021
public MongoDbBuilder(bool useDefaultCredentials = true)
2122
: this(new MongoDbConfiguration())
2223
{

0 commit comments

Comments
 (0)