-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89595e4
commit dd13539
Showing
3 changed files
with
41 additions
and
21 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 |
---|---|---|
|
@@ -28,12 +28,12 @@ export const Config = { | |
// AUTH_CALLBACK_URI_BASE: "http://localhost:3000/auth/callback/", | ||
AUTH_CALLBACK_URI_BASE: | ||
"https://api.reflectionsprojections.org/auth/callback/", | ||
|
||
AUTH_ADMIN_WHITELIST: new Set([ | ||
"[email protected]", // Aydan Pirani (Dev) | ||
"[email protected]", // Divya Koya (Dev) | ||
"[email protected]", // Ritika Vithani (Director) | ||
"[email protected]", // Ojaswee Chaudhary (Director) | ||
"[email protected]", // Aydan Pirani (Dev) | ||
"[email protected]", // Divya Koya (Dev) | ||
"[email protected]", // Ritika Vithani (Director) | ||
"[email protected]", // Ojaswee Chaudhary (Director) | ||
]), | ||
|
||
JWT_SIGNING_SECRET: getEnv("JWT_SIGNING_SECRET"), | ||
|
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