forked from Pi-Defi-world/acbu-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.test
More file actions
26 lines (21 loc) · 817 Bytes
/
Copy path.env.test
File metadata and controls
26 lines (21 loc) · 817 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
DATABASE_URL="postgresql://acbu_user:acbu_pass@localhost:5432/acbu_db_test"
MONGODB_URI="mongodb://localhost:27017/acbu_db_test"
RABBITMQ_URL="amqp://guest:guest@localhost:5672"
JWT_SECRET="test-jwt-secret"
# Rate Limiting
RATE_LIMIT_WINDOW_MS=60000
RATE_LIMIT_MAX_REQUESTS=100
# Rate Limiting Fallback (during cache/MongoDB outages)
RATE_LIMIT_FALLBACK_MAX_REQUESTS=20
RATE_LIMIT_CIRCUIT_BREAKER_THRESHOLD=5
RATE_LIMIT_CIRCUIT_BREAKER_COOLDOWN_MS=60000
# Stellar / USDC swap
STELLAR_NETWORK=testnet
STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
STELLAR_SECRET_KEY=test-stellar-secret-key
# Limits for retail, business, government (used by webhook suite)
LIMITS_RETAIL=1000
LIMITS_BUSINESS=5000
LIMITS_GOVERNMENT=10000
# Challenge token secret (for security suite)
CHALLENGE_TOKEN_SECRET=default_secret