SaaS Pilot Docs
  • Introduction
  • Installation
  • 🔌Integrations
    • Database
    • Authentication
    • Stripe
    • Resend
  • 🛠️Operation
    • Admin Access
    • Environment Variables
    • 💬 Discord Community
    • 👋 Connect on Twitter
    • 🧐 Pricing and FAQ
    • 🚀 Live Demo
Powered by GitBook
On this page
  1. Operation

Environment Variables

Here is the essential environment variables you need while deploying you SaaS live

//Database
DATABASE_URL=

//Auth
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
AUTH_SECRET=
NEXTAUTH_URL=

//Email
RESEND_API_KEY=

//Stripe
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=

//Google Gemini
NEXT_PUBLIC_GEMINI_API_KEY=

//Site
NEXT_PUBLIC_APP_URL=

// For Admin privilege
ADMIN_EMAILS=

PreviousAdmin Access

Last updated 4 months ago

🛠️