Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
fix: Cleared the atlas guide terminology up some more
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpt-Dingus authored Aug 31, 2023
1 parent 9a7769a commit 1887168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/mongodb_atlas_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ The cluster is now created and ready for use with Turingbot.

![image](../assets/mongodb_atlas/MongoDB_Asset-6.png)

3) We are now done with the online setup, you can open the bot config up and fill the info in accordingly:
3) You are now done with the online setup and can open the bot config up and fill the info in accordingly:

```jsonc
"mongodb": {
"protocol": "mongodb+srv://",
"address": "<the value you just copied (WITH THE TRAILING /)>",
"address": "<the value you just copied>",
"username": "<username>",
"password": "<password>"
},
Expand Down

0 comments on commit 1887168

Please sign in to comment.