Skip to content

Commit c798305

Browse files
committed
Working fixes
1 parent 6d42bd4 commit c798305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ [email protected]
3838

3939
#### Optional Parameters
4040

41-
`MONGO_AUTH_ENABLED` tells if your database requires a username and password. If so, the user must exist on the database specified in the MONGO_URI. If enabled, `MONGO_USER` and `MONGO_PASSWORD` are required.
41+
`MONGO_AUTH_ENABLED` set to `true` if your database requires a username and password. If `true`, the user specified by `MONGO_USER` must exist on the database specified in the `MONGO_URI` option. If `true`, `MONGO_USER` and `MONGO_PASSWORD` are required.
4242

43-
`MONGO_USER`, `MONGO_PASSWORD` the user and password for authentication. Recommend a role with readWrite.
43+
`MONGO_USER`, `MONGO_PASSWORD` the user and password for authentication. Recommend a role with `readWrite`.
4444

4545
`JWT_EXPIRES_IN` Seconds until token expires. If not set, there will be no expiration.
4646

0 commit comments

Comments
 (0)