fix(env): remove unused keys (#60878)

This commit is contained in:
Mrugesh Mohapatra
2025-06-15 19:16:30 +05:30
committed by GitHub
parent 579e9cf69c
commit 44e734398f
2 changed files with 0 additions and 7 deletions
-1
View File
@@ -201,7 +201,6 @@ export const build = async (
// TODO(Post-MVP): add the redirectIfSignedIn hook here, rather than in the
// mobileAuth0Routes and authRoutes plugins.
await fastify.register(publicRoutes.mobileAuth0Routes);
// TODO: consolidate with LOCAL_MOCK_AUTH
if (FCC_ENABLE_DEV_LOGIN_MODE) {
await fastify.register(publicRoutes.devAuthRoutes);
} else {
-6
View File
@@ -58,12 +58,6 @@ CURRICULUM_LOCALE=english
# Show or hide WIP in progress challenges
SHOW_UPCOMING_CHANGES=false
# ---------------------
# Debugging Mode Keys - these should not be used in production
# ---------------------
PEER=stuff
LOCAL_MOCK_AUTH=true
# ---------------------
# New API
# ---------------------