Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain committed Jul 17, 2024
1 parent db36e88 commit c6989a0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ with details such as `hostname`, `state` (stateStr), `health` (health),

Here’s a simplified example of how the output look like:


```json
set: 'rs0',
members: [
Expand Down Expand Up @@ -135,7 +134,7 @@ db.createUser({
})
```

Replace `"<username>"`, `"<password>"`, and `"<database>"`
Replace `<username>`, `<password>`, and `<database>`
with your desired username, password, and database name respectively.

## 4. Monitoring
Expand Down

0 comments on commit c6989a0

Please sign in to comment.