Files
net/frontend/.env.example
cawcenter fd9f428dcd Phase 1: Foundation & Stability Infrastructure
 BullMQ job queue system installed and configured
 Zod validation schemas for all collections
 Spintax validator with integrity checks
 Work log helper for centralized logging
 Transaction wrapper for safe database operations
 Batch operation utilities with rate limiting
 Circuit breaker for WordPress/Directus resilience
 Dry-run mode for preview generation
 Version management system
 Environment configuration

This establishes the bulletproof infrastructure for Spark Alpha.
2025-12-13 12:12:17 -05:00

8 lines
116 B
Plaintext

REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
# Version info
npm_package_version=1.0.0
NODE_ENV=development