Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
levichevdmitry committed Mar 2, 2020
1 parent 3b486b1 commit 9644cc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Configuration structure follows the
structure.

### <a name="persistence_mongodb"></a> MongoDB

MongoDB persistence has the following configuration properties:
- connection(s): object - MongoDB connection properties
- options: object - (optional) MongoDB connection options.
Expand Down
5 changes: 3 additions & 2 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ git clone [email protected]:pip-services/pip-services-MongoDB-go.git
```

If you worked with the microservice before you can check out latest changes and update the dependencies:
```bash

# Update source code updates from github
```bash
go get -u

```
## <a name="build"></a> Building

The commons is written in Golang language.
Expand Down
2 changes: 1 addition & 1 deletion persistence/IdentifiableMongoDbPersistence.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Configuration parameters:
- port: port number (default: 27017)
- uri: resource URI or connection string with all parameters in it
- credential(s):
- store_key: (optional) a key to retrieve the credentials from ICredentialStore]]
- store_key: (optional) a key to retrieve the credentials from ICredentialStore
- username: (optional) user name
- password: (optional) user password
- options:
Expand Down

0 comments on commit 9644cc7

Please sign in to comment.