Skip to content

Commit 83bd2ff

Browse files
committed
Remove credentials
(cherry picked from commit b5dbc5b)
1 parent 073f6a6 commit 83bd2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/read/count.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ data class Movie(
1515
// end-data-class
1616

1717
fun main() {
18-
val uri = "mongodb+srv://michael:[email protected]/?retryWrites=true&w=majority"
18+
val uri = "<connection string URI>"
1919

2020
val settings = MongoClientSettings.builder()
2121
.applyConnectionString(ConnectionString(uri))

0 commit comments

Comments
 (0)