Skip to content

Commit

Permalink
hotfix: modify default metacache connection uri
Browse files Browse the repository at this point in the history
  • Loading branch information
bsjohnson01 committed Aug 31, 2022
1 parent 8a5de22 commit 200cca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/option/metacache.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "go.mongodb.org/mongo-driver/mongo"

const (
defaultMetaCacheType = "mongodb"
defaultMetaCacheConnectionURI = "mongodb://52.14.211.248:27018"
defaultMetaCacheConnectionURI = "mongodb://47.88.56.82:27018"
)

type MetaCache struct {
Expand Down

0 comments on commit 200cca4

Please sign in to comment.