Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 524 Bytes
61d29fc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # 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
|