We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073f6a6 commit 83bd2ffCopy full SHA for 83bd2ff
source/includes/read/count.kt
@@ -15,7 +15,7 @@ data class Movie(
15
// end-data-class
16
17
fun main() {
18
- val uri = "mongodb+srv://michael:[email protected]/?retryWrites=true&w=majority"
+ val uri = "<connection string URI>"
19
20
val settings = MongoClientSettings.builder()
21
.applyConnectionString(ConnectionString(uri))
0 commit comments