-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy path.env.local.example
More file actions
35 lines (28 loc) · 965 Bytes
/
Copy path.env.local.example
File metadata and controls
35 lines (28 loc) · 965 Bytes
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
# COMEBACKHERE Local Development Environment
# Horizon API (Stellar/Soroban node)
SOROBAN_RPC_HOST=http://localhost:8000
SOROBAN_NETWORK_PASSPHRASE=Standalone Network ; February 2025
# Redis Webhook Delivery
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
# Rate limiting (per-IP, applied to POST /invoices and GET /invoices/:id)
# REDIS_URL takes precedence for the backend rate limiter
REDIS_URL=redis://localhost:6379
RATE_LIMIT_POINTS=60
RATE_LIMIT_DURATION=60
# Contract Deployment
CONTRACT_ADMIN_KEY=<your_local_test_key>
# Event Consumer Configuration
WEBHOOK_REDIS_CHANNEL=contract_events
WEBHOOK_CONSUMER_ID=local_dev_consumer
# MongoDB (settlement indexer)
MONGODB_URI=mongodb://localhost:27017
MONGODB_DB=comebackhere
# Treasury / token contracts
TREASURY_CONTRACT_ID=C...
USDC_CONTRACT_ID=C...
INVOICE_CONTRACT_ID=C...
SIGNER_SECRET_KEY=S...
NETWORK_PASSPHRASE=Standalone Network ; February 2025
SOROBAN_RPC_URL=http://localhost:8000/soroban/rpc