Skip to content

Commit 70b9502

Browse files
committed
fix: env vars
1 parent 501d3de commit 70b9502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/env/src/base.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const commonEnvSchema = {
2626
NODE_ENV: z.string().default('development'),
2727
DATABASE_URL: z.string(),
2828
REDIS_URL: z.string(),
29-
CLICKHOUSE_URL: z.string(),
3029
} as const;
3130

3231
/**
@@ -48,7 +47,6 @@ export const externalServiceEnvSchema = {
4847
VERCEL_CLIENT_ID: z.string(),
4948
VERCEL_CLIENT_SECRET: z.string(),
5049
RESEND_API_KEY: z.string(),
51-
AI_API_KEY: z.string(),
5250
} as const;
5351

5452
/**

0 commit comments

Comments
 (0)