Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfish committed May 12, 2021
1 parent 23266e0 commit 359e6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmongo/new_mongo.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (

type MongoConf struct {
Url string `json:"url"`
DateBase string `json:"date_base"`
DateBase string `json:"data_base"`
Timeout int `json:"timeout"`
MaxPoolSize uint64 `json:"max_pool_size"`
MinPoolSize uint64 `json:"min_pool_size"`
Expand Down

0 comments on commit 359e6c7

Please sign in to comment.