# BlackRoad OS Public API Gateway - Environment Variables # Copy to .env and fill in values # === REQUIRED === PORT=8000 ENVIRONMENT=production DEBUG=False # Backend Service URLs CORE_API_URL=https://blackroad-os-core-production.up.railway.app AGENTS_API_URL=https://blackroad-os-operator-production.up.railway.app # CORS Configuration ALLOWED_ORIGINS=https://prism.blackroad.systems,https://blackroad.systems,https://api.blackroad.systems # === OPTIONAL === # API Keys (if implementing authentication) # API_KEYS_SECRET=your-secret-key-here # === 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