forked from Build-Africa-DAO/baraza-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
57 lines (50 loc) · 1.35 KB
/
Copy path.env.example
File metadata and controls
57 lines (50 loc) · 1.35 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
# Root-level env example — mirrors app/.env.example.
# For the full reference with descriptions, see app/.env.example.
# SUPABASE
SUPABASE_URL=
SUPABASE_SERVICE_ROLE_KEY=
# STELLAR / BRZA
STELLAR_NETWORK=mainnet
STELLAR_HORIZON_URL=https://horizon.stellar.org
STELLAR_SOROBAN_RPC=https://soroban-rpc.mainnet.stellar.gateway.fm
STELLAR_TREASURY_ACCOUNT=
STELLAR_INTENT_SECRET=
STELLAR_SIGNER_SECRET=
STELLAR_CONTRACT_PAYMENT_ATTESTATION=
STELLAR_CONTRACT_TREASURY_VAULT=
STELLAR_CONTRACT_COMMUNITY_REGISTRY=
STELLAR_CONTRACT_MEMBERSHIP=
STELLAR_CONTRACT_GOVERNANCE=
BRZA_ISSUER_ADDRESS=
BRZA_DISTRIBUTOR_ADDRESS=
# PAYMENTS
PAYMENT_ADAPTER_PROXY_SECRET=
PAYMENT_PHONE_HASH_PEPPER=
KOTANI_PAY_API_KEY=
KOTANI_API_BASE=https://api.kotanipay.com
KOTANI_WEBHOOK_SECRET=
MINISEND_API_KEY=
MINISEND_API_BASE=https://api.minisend.xyz
# AFRICA'S TALKING
AT_USERNAME=
AT_API_KEY=
AT_SENDER_ID=
# M-PESA DARAJA
MPESA_CONSUMER_KEY=
MPESA_CONSUMER_SECRET=
MPESA_SHORTCODE=
MPESA_PASSKEY=
MPESA_CALLBACK_URL=https://baraza-protocol.vercel.app/api/webhooks/africastalking
MPESA_SIMULATOR_ENABLED=false
MPESA_SIMULATOR_SECRET=
# CRON
CRON_SECRET=
# NOTIFICATIONS (optional)
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_WHATSAPP_FROM=whatsapp:+14155238886
TWILIO_SMS_FROM=
SENDGRID_API_KEY=
SENDGRID_FROM_EMAIL=no-reply@baraza-protocol.vercel.app
TELEGRAM_BOT_TOKEN=
DISCORD_WEBHOOK_URL=