✅ 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.
12 lines
423 B
JSON
12 lines
423 B
JSON
{
|
|
"instructions": "Add CORS environment variables to Directus service in Coolify",
|
|
"variables": {
|
|
"CORS_ENABLED": "true",
|
|
"CORS_ORIGIN": "https://launch.jumpstartscaling.com,http://localhost:4321",
|
|
"CORS_METHODS": "GET,POST,PATCH,DELETE",
|
|
"CORS_ALLOWED_HEADERS": "Content-Type,Authorization",
|
|
"CORS_EXPOSED_HEADERS": "Content-Range",
|
|
"CORS_CREDENTIALS": "true",
|
|
"CORS_MAX_AGE": "86400"
|
|
}
|
|
} |