remove discord auth environment variables (no longer needed)
This commit is contained in:
@ -18,9 +18,6 @@ const server = z.object({
|
||||
// VERCEL_URL doesn't include `https` so it cant be validated as a URL
|
||||
process.env.VERCEL ? z.string().min(1) : z.string().url()
|
||||
),
|
||||
// Add `.min(1) on ID and SECRET if you want to make sure they're not empty
|
||||
DISCORD_CLIENT_ID: z.string(),
|
||||
DISCORD_CLIENT_SECRET: z.string(),
|
||||
});
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user