File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed
Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11declare global {
22 namespace NodeJS {
33 interface ProcessEnv {
4+ DATABASE_URL : string
5+
6+ // Clerk
47 NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY : string
58 NEXT_PUBLIC_CLERK_BASE_URL : string
69 NEXT_PUBLIC_CLERK_REDIRECT_BASE : string
710 NEXT_PUBLIC_BASE_URL : string
8-
9- DATABASE_URL : string
1011 CLERK_SECRET_KEY : string
1112 CLERK_WEBHOOK_SECRET : string
12- CRYPTO_PASSPHRASE : string
1313
14- AI_TOKEN : string
15- AI_BASE_URL : string
14+ // Crypto
15+ CRYPTO_PASSPHRASE : string
1616 }
1717 }
1818}
Original file line number Diff line number Diff line change 11import { logSchema } from '@/server/databases/types'
2-
32export const LogValidation = logSchema
Original file line number Diff line number Diff line change 11import { metricSchema } from '@/server/databases/types'
2-
32export const MetricValidation = metricSchema
Original file line number Diff line number Diff line change 11import { reportSchema } from '@/server/databases/types'
2-
32export const ReportValidation = reportSchema
You can’t perform that action at this time.
0 commit comments