Skip to content

Commit df94efd

Browse files
fix
Signed-off-by: Rohit Nayak <[email protected]>
1 parent a9a4401 commit df94efd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vr-mongo/logtail.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import (
77

88
func main() {
99
var o = &oplog.Options{
10-
// "mongodb+srv://rohit:[email protected]/sample_airbnb?retryWrites=true&w=majority",
1110
// (e.g. mongodb://username:[email protected]:27017,127.0.0.1:27018/local?replicaSet=rs01&authSource=admin)
1211
Addrs: []string{"127.0.0.1"}, // replicaset host and port
1312
Username: "rohit", // admin db username

0 commit comments

Comments
 (0)