Skip to content

Commit

Permalink
apache#79 modify
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoYL123 committed Feb 29, 2020
1 parent 4743b2e commit e67ffd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/resource/v1/kv_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func init() {
ListenPeerAddr: "127.0.0.1:4000",
AdvertiseAddr: "127.0.0.1:4000",
}
config.Configurations.DB.URI = "mongodb://kie:123@192.168.0.5:27017/kie"
config.Configurations.DB.URI = "mongodb://kie:123@127.0.0.1:27017/kie"
err := service.DBInit()
if err != nil {
panic(err)
Expand Down

0 comments on commit e67ffd7

Please sign in to comment.