-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
23 lines (23 loc) · 1.21 KB
/
.env
File metadata and controls
23 lines (23 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VITE_ALLOWED_ORIGINS="https://refspring.com,https://dashboard.refspring.com"
VITE_API_BASE_URL="https://api.refspring.com"
VITE_APP_URL="https://refspring.com"
VITE_CSP_ENABLED="true"
VITE_DASHBOARD_URL="https://dashboard.refspring.com"
VITE_DEBUG_MODE="false"
VITE_ENABLE_ANALYTICS="true"
VITE_ENABLE_ERROR_REPORTING="true"
VITE_ENABLE_FRAUD_DETECTION="true"
VITE_ENABLE_REAL_TIME_UPDATES="true"
VITE_FIREBASE_API_KEY="your_api_key_here"
VITE_FIREBASE_APP_ID="your_app_id_here"
VITE_FIREBASE_AUTH_DOMAIN="your_auth_domain_here"
VITE_FIREBASE_MEASUREMENT_ID="your_measurement_id_here"
VITE_FIREBASE_MESSAGING_SENDER_ID="your_messaging_sender_id_here"
VITE_FIREBASE_PROJECT_ID="your_project_id_here"
VITE_FIREBASE_STORAGE_BUCKET="your_storage_bucket_here"
VITE_LOG_LEVEL="info"
VITE_SHORT_LINK_BASE="https://refspring.com/s"
VITE_STRIPE_PUBLIC_KEY="pk_test_your_stripe_public_key_here"
VITE_SUPABASE_PROJECT_ID="wsvhmozduyiftmuuynpi"
VITE_SUPABASE_PUBLISHABLE_KEY="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6Indzdmhtb3pkdXlpZnRtdXV5bnBpIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTU4NDQ3OTEsImV4cCI6MjA3MTQyMDc5MX0.eLzX-f5tIJvbqBLB1lbSM0ex1Rz1p6Izemi0NnqiWz4"
VITE_SUPABASE_URL="https://wsvhmozduyiftmuuynpi.supabase.co"