Skip to content

Environment Variables

Lily Howan edited this page Oct 24, 2022 · 4 revisions

Expected Config

  • S3_SECRET_KEY
  • S3_ACCESS_KEY
  • AWS_BUCKET_REGION
  • AWS_BUCKET_NAME

This Vercel guide explains the interaction with Nextjs

  • NEXTAUTH_SECRET
  • NEXTAUTH_URL

NextAuth env specific variables outlined here

  • GOOGLE_SECRET
  • GOOGLE_ID

Creating a Google provider as of 2022

  • DATABASE_URL

Your cloud or self-hosted connection URI string

Vercel Integration

https://vercel.com/docs/concepts/projects/environment-variables

Clone this wiki locally