forked from JosephOnuh/Lumigift-lumigift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
55 lines (45 loc) · 3.73 KB
/
Copy path.env.local.example
File metadata and controls
55 lines (45 loc) · 3.73 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
# ─── Docker Local Development Environment ─────────────────────────────────────
# Copy this file to .env.local and fill in your actual values
# The docker-compose.yml will automatically use these values
# ─── Auth ──────────────────────────────────────────────────────────────────────
# Generate with: openssl rand -base64 32
NEXTAUTH_SECRET=your_strong_random_secret_here
NEXTAUTH_SECRET_PREVIOUS=
NEXTAUTH_ROTATION_GRACE_HOURS=24
# ─── Stellar / Soroban ─────────────────────────────────────────────────────────
STELLAR_NETWORK=testnet
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
STELLAR_NETWORK_PASSPHRASE=Test SDF Network ; September 2015
STELLAR_ESCROW_CONTRACT_ID=your_deployed_contract_id
STELLAR_SERVER_SECRET_KEY=your_stellar_secret_key
STELLAR_RPC_URL=https://soroban-testnet.stellar.org
STELLAR_SERVER_PUBLIC_KEY=your_stellar_public_key
# ─── USDC ──────────────────────────────────────────────────────────────────────
USDC_ISSUER=GBBD47IF6LWK7P7MDEVSCWR7DPUWV3NY3DTQEVFL4NAT4AQH3ZLLFLA5
USDC_ASSET_CODE=USDC
# ─── Payments ──────────────────────────────────────────────────────────────────
PAYSTACK_SECRET_KEY=your_paystack_secret_key
NEXT_PUBLIC_PAYSTACK_PUBLIC_KEY=your_paystack_public_key
STRIPE_SECRET_KEY=your_stripe_secret_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key
STRIPE_WEBHOOK_SECRET=your_stripe_webhook_secret
# ─── SMS / OTP ─────────────────────────────────────────────────────────────────
TERMII_API_KEY=your_termii_api_key
TERMII_SENDER_ID=Lumigift
# ─── Cron ──────────────────────────────────────────────────────────────────────
CRON_SECRET=your_cron_secret
# ─── Gift Amount Limits ────────────────────────────────────────────────────────
GIFT_MIN_AMOUNT_NGN=500
GIFT_MAX_AMOUNT_NGN=500000
GIFT_DAILY_LIMIT_NGN=1000000
# ─── Cloudinary ────────────────────────────────────────────────────────────────
CLOUDINARY_CLOUD_NAME=your_cloud_name
CLOUDINARY_API_KEY=your_api_key
CLOUDINARY_API_SECRET=your_api_secret
# ─── Database & Redis ──────────────────────────────────────────────────────────
# These are automatically configured by docker-compose.yml
# Only override if you need custom values
# DATABASE_URL=postgresql://lumigift:lumigift_dev_password@postgres:5432/lumigift
# REDIS_URL=redis://redis:6379
# ─── Support Chat (Crisp) ──────────────────────────────────────────────────────
NEXT_PUBLIC_CRISP_WEBSITE_ID=your_crisp_website_id