Skip to content

Commit

Permalink
chore(env.ts): remove DATABASE_URL from zEnv schema
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Dec 12, 2023
1 parent 91e4489 commit 472a84b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/api/src/pkg/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export const zEnv = z.object({
DATABASE_USERNAME: z.string(),
DATABASE_PASSWORD: z.string(),
DATABASE_NAME: z.string().default("unkey"),
DATABASE_URL: z.string(),
AXIOM_TOKEN: z.string().optional(),
CLOUDFLARE_API_KEY: z.string().optional(),
CLOUDFLARE_ZONE_ID: z.string().optional(),
Expand Down

0 comments on commit 472a84b

Please sign in to comment.