trading-platform-mcp-vip-v2/.env.example
rckrdmrd 41952f8985 Migración desde trading-platform/apps/mcp-vip - Estándar multi-repo v2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 08:33:18 -06:00

26 lines
406 B
Plaintext

# MCP VIP SERVER CONFIGURATION
PORT=3092
NODE_ENV=development
LOG_LEVEL=info
# Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=trading_platform
DB_USER=trading_app
DB_PASSWORD=your_password
DB_SSL=false
DB_POOL_MAX=20
# VIP Config
VIP_TRIAL_DAYS=7
VIP_GRACE_PERIOD_DAYS=3
# Wallet Service
WALLET_SERVICE_URL=http://localhost:3090
# Stripe
STRIPE_SECRET_KEY=sk_test_...
STRIPE_WEBHOOK_SECRET=whsec_...