Skip to content

Commit

Permalink
chore: added envs
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkit-30 committed Sep 29, 2024
1 parent 1f54a29 commit dc64065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const env = createEnv({
// STRIPE_SUBSCRIPTION_PRICE_ID: process.env.STRIPE_SUBSCRIPTION_PRICE_ID,
// NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY:
// process.env.NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY,
GOOGLE_SITE_VERIFICATION_ID: '',
GOOGLE_SITE_VERIFICATION_ID: 'DEMO',
NEXTAUTH_SECRET: process.env.NEXTAUTH_SECRET,
STRIPE_SECRET_KEY: 'DEMO',
STRIPE_WEBHOOK_SECRET_KEY: 'DEMO',
Expand Down

0 comments on commit dc64065

Please sign in to comment.