-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 911 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# MnemoPay SDK — Environment Variables
# Copy this to .env and fill in your keys. NEVER commit .env to git.
# Paystack (required for PaystackRail)
PAYSTACK_SECRET_KEY=sk_test_your_key_here
PAYSTACK_PUBLIC_KEY=pk_test_your_key_here
# Stripe (required for StripeRail)
STRIPE_SECRET_KEY=sk_test_your_key_here
# Lightning Network (required for LightningRail)
LND_REST_URL=https://localhost:8080
LND_MACAROON=your_admin_macaroon_hex
# MnemoPay persistence directory
MNEMOPAY_PERSIST_DIR=./data
# ── Azure Cognitive Services Speech (Neural TTS) ───────────────────────────────
# Create a Speech service in portal.azure.com → AI + ML → Speech service
# F0 free tier gives 500K chars/month neural TTS (enough for ~1250 × 30s ads)
AZURE_SPEECH_KEY=
AZURE_SPEECH_REGION=eastus
AZURE_SPEECH_ENDPOINT=https://eastus.api.cognitive.microsoft.com/