Skip to content

Commit

Permalink
hmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
trungdlp-wolffun committed Oct 16, 2023
1 parent fb50acb commit 2d02a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aggregate/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import (
)

func init() {
_ = mgm.SetDefaultConfig(nil, "mgmdb", options.Client().ApplyURI("mongodb://root:12345@localhost:27017"))
_ = mgm.SetDefaultConfig(nil, "mgmdb", options.Client().ApplyURI("mongodb://localhost:27017"))
}

0 comments on commit 2d02a3b

Please sign in to comment.