-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from SiGMobileUIUC/kitkat
Merge to master
- Loading branch information
Showing
58 changed files
with
16,084 additions
and
955 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
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 |
---|---|---|
|
@@ -5,24 +5,7 @@ PORT=80 | |
POSTGRES_HOST=localhost | ||
POSTGRES_DB=oneplaceillinois | ||
POSTGRES_USER=postgres | ||
POSTGRES_PASSWORD=postgresLoginPassword | ||
POSTGRES_PASSWORD=twoplaceillinois | ||
|
||
# JWT | ||
# JWT secret key | ||
JWT_SECRET=thisisasamplesecret | ||
# Number of minutes after which an access token expires | ||
JWT_ACCESS_EXPIRATION_MINUTES=30 | ||
# Number of days after which a refresh token expires | ||
JWT_REFRESH_EXPIRATION_DAYS=30 | ||
# Number of minutes after which a reset password token expires | ||
JWT_RESET_PASSWORD_EXPIRATION_MINUTES=10 | ||
# Number of minutes after which a verify email token expires | ||
JWT_VERIFY_EMAIL_EXPIRATION_MINUTES=10 | ||
|
||
# SMTP configuration options for the email service | ||
# For testing, you can use a fake SMTP service like Ethereal: https://ethereal.email/create | ||
SMTP_HOST=email-server | ||
SMTP_PORT=587 | ||
SMTP_USERNAME=email-server-username | ||
SMTP_PASSWORD=email-server-password | ||
EMAIL_FROM=[email protected] | ||
# Express Middlewares | ||
COOKIE_SECRET=GENERATE_SHA512_AND_PASTE_HERE |
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
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
Oops, something went wrong.