forked from Movalabs-crew/mova-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
61 lines (44 loc) · 2.45 KB
/
Copy path.env.local.example
File metadata and controls
61 lines (44 loc) · 2.45 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Copy to `.env.local` and fill in.
# Required fields are marked with [REQUIRED]
# =============================================================================
# STELLAR / SOROBAN PAYMENTS
# =============================================================================
# [REQUIRED] Network: "testnet" (default) or "mainnet"
NEXT_PUBLIC_STELLAR_NETWORK=testnet
# Soroban RPC endpoint (testnet default is used when empty)
# NEXT_PUBLIC_STELLAR_RPC_URL=https://soroban-testnet.stellar.org
# Network passphrase (testnet default is used when empty)
# NEXT_PUBLIC_STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
# [REQUIRED] Deployed checkout contract id (run scripts/deploy-testnet.sh)
NEXT_PUBLIC_CHECKOUT_CONTRACT_ID=
# USDC token contract id (testnet default is used when empty)
# NEXT_PUBLIC_USDC_CONTRACT_ID=CBIELTK6YBZJU5UP2WWQEUCYKLPU6AUNZ2BQ4WWFEIE3USCIHMXQDAMA
# Native XLM Stellar Asset Contract id (verified testnet default is used when empty)
# NEXT_PUBLIC_NATIVE_ASSET_CONTRACT_ID=CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC
# =============================================================================
# EMAILJS CONFIGURATION (for OTP and notifications)
# Get these from https://www.emailjs.com/
# =============================================================================
# [REQUIRED] Your EmailJS service ID (e.g., service_xxxxxxx)
NEXT_PUBLIC_EMAILJS_SERVICE_ID=
# [REQUIRED] Your EmailJS template ID (e.g., template_xxxxxxx)
NEXT_PUBLIC_EMAILJS_TEMPLATE_ID=
# [REQUIRED] Your EmailJS public key (e.g., xxxx-xxxxxxxxxx)
NEXT_PUBLIC_EMAILJS_PUBLIC_KEY=
# Default recipient email for contact forms (optional)
NEXT_PUBLIC_DEFAULT_RECIPIENT_EMAIL=
# =============================================================================
# SUPABASE (Auth + Database + Storage)
# Get these from Supabase Dashboard → Project Settings → API
# Then run supabase/schema.sql in the SQL editor.
# =============================================================================
# [REQUIRED] Project URL (e.g., https://xxxx.supabase.co)
NEXT_PUBLIC_SUPABASE_URL=
# [REQUIRED] anon / public key
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# =============================================================================
# ADMIN CONFIGURATION
# =============================================================================
# [REQUIRED for production] Comma-separated list of admin email addresses
# Users with these emails will have access to the admin panel
NEXT_PUBLIC_ADMIN_EMAILS=