first commit
This commit is contained in:
31
.env.example
Normal file
31
.env.example
Normal file
@@ -0,0 +1,31 @@
|
||||
# Database
|
||||
DATABASE_URL="postgresql://username:password@localhost:5432/padmaaja_rasooi_db"
|
||||
|
||||
# NextAuth
|
||||
NEXTAUTH_SECRET="your-nextauth-secret"
|
||||
NEXTAUTH_URL="http://localhost:3000"
|
||||
|
||||
# Google OAuth
|
||||
GOOGLE_CLIENT_ID="your-google-client-id"
|
||||
GOOGLE_CLIENT_SECRET="your-google-client-secret"
|
||||
|
||||
# Razorpay - Test Environment
|
||||
RAZORPAY_TEST_KEY_ID="rzp_test_your_test_key_id"
|
||||
RAZORPAY_TEST_KEY_SECRET="your_test_key_secret"
|
||||
|
||||
# Razorpay - Production Environment
|
||||
RAZORPAY_LIVE_KEY_ID="rzp_live_your_live_key_id"
|
||||
RAZORPAY_LIVE_KEY_SECRET="your_live_key_secret"
|
||||
|
||||
# Environment mode (test or production)
|
||||
RAZORPAY_ENV="test"
|
||||
|
||||
# Vercel Blob Storage
|
||||
BLOB_READ_WRITE_TOKEN="vercel_blob_rw_your_token_here"
|
||||
|
||||
# SMTP Configuration (for email notifications)
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=your-email@gmail.com
|
||||
SMTP_PASSWORD="your-app-password"
|
||||
SMTP_FROM=your-email@gmail.com
|
||||
Reference in New Issue
Block a user