-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 806 Bytes
/
.env.example
File metadata and controls
19 lines (17 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Firebase Configuration
# These are safe to expose in client-side code
# Real security comes from Firebase Security Rules
VITE_FIREBASE_API_KEY=your_api_key_here
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.firebasestorage.app
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
VITE_FIREBASE_APP_ID=your_app_id
VITE_FIREBASE_MEASUREMENT_ID=your_measurement_id
# Set to 'true' to enable MSW mock data in development
# Leave unset or set to 'false' for production (shows empty/loading states)
VITE_USE_MOCKS=true
# Paystack — get these from your Paystack dashboard
# Use pk_test_xxx / sk_test_xxx keys in development
VITE_PAYSTACK_PUBLIC_KEY=pk_test_your_key_here
VITE_PAYSTACK_PLAN_CODE=PLN_your_plan_code_here