Skip to content

Commit

Permalink
chore: remove unused envs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Leonardo <[email protected]>
  • Loading branch information
whyleonardo authored Jan 4, 2025
1 parent 3c746b4 commit 3b34b5e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@ import { createEnv } from "@t3-oss/env-nextjs"
import { z } from "zod"

export const env = createEnv({
server: {
BETTER_AUTH_SECRET: z.string().min(1),
BETTER_AUTH_URL: z.string().url(),
DATABASE_URL: z.string().url(),
GITHUB_CLIENT_ID: z.string().min(1),
GITHUB_CLIENT_SECRET: z.string().min(1)
},
server: {},
client: {
NEXT_PUBLIC_SITE_BASE_URL: z.string().url().optional()
},
Expand Down

0 comments on commit 3b34b5e

Please sign in to comment.