Initial commit: Spark Platform with Cartesian SEO Engine

This commit is contained in:
cawcenter
2025-12-11 23:21:35 -05:00
commit abd964a745
68 changed files with 7960 additions and 0 deletions

32
.env.example Normal file
View File

@@ -0,0 +1,32 @@
# ==========================================
# SPARK PLATFORM ENVIRONMENT VARIABLES
# ==========================================
# Copy this file to .env and fill in the values
# ==========================================
# DIRECTUS CONFIGURATION
# ==========================================
DIRECTUS_SECRET=your-super-secret-key-change-this-in-production
DIRECTUS_ADMIN_EMAIL=admin@spark.local
DIRECTUS_ADMIN_PASSWORD=change-this-password
DIRECTUS_PUBLIC_URL=http://localhost:8055
DIRECTUS_ADMIN_TOKEN=your-admin-token-here
# ==========================================
# DATABASE CONFIGURATION
# ==========================================
POSTGRES_DB=spark
POSTGRES_USER=spark
POSTGRES_PASSWORD=your-secure-password-here
# ==========================================
# FRONTEND CONFIGURATION
# ==========================================
PLATFORM_DOMAIN=localhost
# ==========================================
# PRODUCTION SETTINGS (Optional)
# ==========================================
# NODE_ENV=production
# PUBLIC_DIRECTUS_URL=https://api.yourdomain.com
# PLATFORM_DOMAIN=yourdomain.com