-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated for database authentication.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,10 @@ [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_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. | ||
|
||
`EMAIL_ENABLED` If email services should be used, `EMAIL_*` fields are required if enabled. | ||
|