Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| # Example environment variables for frontend development | |
| # Copy to .env.development.local to customize | |
| # Documentation URL (Docusaurus runs on port 3000 in development) | |
| # Default: http://localhost:3000 | |
| # VITE_DOCS_URL=http://localhost:3000 | |
| # API URL (FastAPI runs on port 8000) | |
| # Default: http://localhost:8000 | |
| # VITE_API_URL=http://localhost:8000 | |
| # Google Analytics Measurement ID (same as docs site) | |
| # Get from: https://analytics.google.com (GA4 property) | |
| # Format: G-XXXXXXXXXX | |
| VITE_GOOGLE_ANALYTICS_ID=G-5EQV815915 | |