Skip to content

Commit

Permalink
Merge pull request #9 from RTradeLtd/refactor/mmongo
Browse files Browse the repository at this point in the history
updated mongodb endpoint
  • Loading branch information
potsables authored Oct 23, 2018
2 parents 269263d + a8c70a1 commit 259af0c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,9 @@ type APIKeys struct {
type Endpoints struct {
MoneroRPC string `json:"monero_rpc"`
LensGRPC string `json:"lens_grpc"`
MongoDB string `json:"mongodb"`
MongoDB struct {
URL string `json:"url"`
DB string `json:"db"`
UploadCollection string `json:"uploads"`
} `json:"mongodb"`
}

0 comments on commit 259af0c

Please sign in to comment.