Initial commit
This commit is contained in:
19
env.example
Normal file
19
env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Server Configuration
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
# Security Configuration
|
||||
ALLOW_REDEEM_DOMAINS=*
|
||||
API_SECRET=your-secret-key-here
|
||||
|
||||
# Default Lightning Address (used when no address is provided in redeem requests)
|
||||
DEFAULT_LIGHTNING_ADDRESS=admin@your-domain.com
|
||||
|
||||
# Rate Limiting (requests per minute)
|
||||
RATE_LIMIT=30
|
||||
|
||||
# Logging
|
||||
LOG_LEVEL=info
|
||||
|
||||
# CORS Configuration
|
||||
ALLOWED_ORIGINS=*
|
||||
Reference in New Issue
Block a user