Skip to content

Commit

Permalink
doco updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Aug 27, 2021
1 parent 949992f commit 6dffaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ MONGO_CONN_STR=mongodb://localhost:27017/langdb
MONGO_USERNAME=admin
MONGO_PASSWORD=password
```
**Note**: The environment variables MONGO_USERNAME and MONGO_USERNAME don't need to be specified if authentication is disabled or not configured on the MongoDB service.
**Note**: The environment variables `MONGO_USERNAME` and `MONGO_USERNAME` don't need to be specified if authentication is disabled or not configured on the MongoDB service.

# API Startup
The API can be started directly using the **main.go** file like so
Expand Down

0 comments on commit 6dffaa0

Please sign in to comment.