-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
47 lines (40 loc) · 1.72 KB
/
Copy path.env.example
File metadata and controls
47 lines (40 loc) · 1.72 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Firebase Configuration
VITE_FIREBASE_API_KEY=your_firebase_api_key
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
# ========================================
# PAYMENT GATEWAY - Paynow.co.zw
# ========================================
# Get these from: https://merchant.paynow.co.zw
# VITE_PAYNOW_INTEGRATION_ID=your_paynow_integration_id
# VITE_PAYNOW_INTEGRATION_KEY=your_paynow_integration_key
# ========================================
# WHATSAPP NOTIFICATIONS (Pick ONE)
# ========================================
# OPTION 1: CallMeBot (FREE - Recommended for testing/starting)
# Steps:
# 1. On WhatsApp, send "I allow callmebot to send me messages" to +34 644 51 95 80
# 2. You'll receive an API key back
# 3. Paste that key below
# VITE_CALLMEBOT_API_KEY=your_callmebot_api_key_here
# OPTION 2: Twilio WhatsApp API (Paid - More reliable for production)
# VITE_TWILIO_ACCOUNT_SID=your_twilio_account_sid
# VITE_TWILIO_AUTH_TOKEN=your_twilio_auth_token
# VITE_TWILIO_WHATSAPP_FROM=whatsapp:+14155238886
# ========================================
# OWNER CONTACT
# ========================================
# The owner's WhatsApp number (with country code, no + sign)
# VITE_OWNER_WHATSAPP=263777777777
# ========================================
# WEBHOOK (Optional)
# ========================================
# VITE_ORDER_WEBHOOK_URL=https://your-webhook-url.com/new-order
# ========================================
# STRIPE (Optional)
# ========================================
# VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_key
# VITE_SMS_API_KEY=your_sms_api_key