# Prism Console - Environment Variables # Copy to .env and fill in values # === REQUIRED === PORT=8000 ENVIRONMENT=production # Backend Service URLs (for status page) CORE_API_URL=https://blackroad-os-core-production.up.railway.app PUBLIC_API_URL=https://blackroad-os-api-production.up.railway.app OPERATOR_API_URL=https://blackroad-os-operator-production.up.railway.app PRISM_CONSOLE_URL=https://blackroad-os-prism-console-production.up.railway.app # CORS Configuration ALLOWED_ORIGINS=https://prism.blackroad.systems,https://blackroad.systems,https://api.blackroad.systems # === RAILWAY AUTO-PROVIDED === # These are automatically set by Railway # RAILWAY_GIT_COMMIT_SHA=abc1234 # RAILWAY_REGION=us-west1 # RAILWAY_SERVICE_ID=service-id # RAILWAY_DEPLOYMENT_ID=deployment-id