Skip to content

Commit b5dbc5b

Browse files
committed
Remove credentials
1 parent 6bd92e0 commit b5dbc5b

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)