-
Notifications
You must be signed in to change notification settings - Fork 4
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 #99 from HarkerRobo/dev-auth
Add dev auth
- Loading branch information
Showing
7 changed files
with
113 additions
and
4,327 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 |
---|---|---|
|
@@ -107,8 +107,8 @@ The config file should be stored as `config.json`. You can copy from the example | |
| database.databaseName | "robotics-website" | The name of the database used for this program. | | ||
| automail.singleMentorMail | true | Whether to send the email for purchase requests to a mentor once per day or after every purchase request (set to `true` if only once per day) | | ||
| automail.cronPattern | "0 17 \* \* \*" | The cron pattern for scheduling emails if `automail.singleMentorMail` is true (use the example value to send at 5 P.M. every day). | | ||
| automail.auth.user | "[email protected]" | The email address to send from | | ||
| automail.auth.pass | "password" | The password of the nodemail user | ||
| automail.auth.user | "[email protected]" | The email address to send from | | ||
| automail.auth.pass | "password" | The password of the nodemail user | | ||
| photos.host | "https://photos.harker.org" | The website hosting the photos of students | | ||
| photos.auth | "key" | The API key used to access the photos | | ||
| users.admins | ["[email protected]", "[email protected]", "[email protected]"] | The array of google email addresses of the admins. | | ||
|
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.