We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3787c1c commit 22b724dCopy full SHA for 22b724d
src/data/env/env.mjs
@@ -54,7 +54,6 @@ export const env = createEnv({
54
DATABASE_URL: z.string().url(),
55
56
// AUTHENTICATION
57
- SECRET_KEY: z.string().trim().min(1),
58
GOOGLE_ID: optionalString,
59
GOOGLE_SECRET: optionalString,
60
LINKEDIN_ID: optionalString,
0 commit comments