Skip to content

Commit

Permalink
Working fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKit committed Aug 2, 2019
1 parent 6d42bd4 commit c798305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ [email protected]

#### Optional Parameters

`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.
`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.

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

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

Expand Down

0 comments on commit c798305

Please sign in to comment.