-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (28 loc) · 1.79 KB
/
Copy path.env.example
File metadata and controls
31 lines (28 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ==============================================================================
# DocTransfer - Environment Variables Configuration Template
# ==============================================================================
# Duplicate this file as `.env` or `.env.local` for local development:
# cp .env.example .env
# ==============================================================================
# ------------------------------------------------------------------------------
# 1. Supabase Backend (Required)
# ------------------------------------------------------------------------------
# Create a free project at https://supabase.com
# Find these under: Project Settings -> API
VITE_SUPABASE_URL=https://your-project-id.supabase.co
VITE_SUPABASE_ANON_KEY=your-supabase-anon-key-here
# ------------------------------------------------------------------------------
# 2. Google Drive Integration (Optional)
# ------------------------------------------------------------------------------
# Obtain from Google Cloud Console -> APIs & Services -> Credentials
# Required only if you enable Google Drive file picker & sync
VITE_GOOGLE_CLIENT_ID=your-google-oauth-client-id.apps.googleusercontent.com
VITE_GOOGLE_API_KEY=your-google-api-key
# ------------------------------------------------------------------------------
# 3. PayPal Payments & Subscriptions (Optional)
# ------------------------------------------------------------------------------
# Create subscription plans and payment buttons in your PayPal Developer / Business dashboard
VITE_PAYPAL_STANDARD_PLAN_ID=P-YOUR_STANDARD_PLAN_ID
VITE_PAYPAL_BUSINESS_PLAN_ID=P-YOUR_BUSINESS_PLAN_ID
VITE_PAYPAL_STANDARD_PAYMENT_LINK=https://www.paypal.com/ncp/payment/YOUR_STANDARD_ID
VITE_PAYPAL_BUSINESS_PAYMENT_LINK=https://www.paypal.com/ncp/payment/YOUR_BUSINESS_ID