.env.example 219 B

123456789
  1. # Database configuration
  2. DATABASE_PATH=annotation_platform.db
  3. # API configuration
  4. API_HOST=0.0.0.0
  5. API_PORT=8000
  6. # CORS configuration (comma-separated origins)
  7. CORS_ORIGINS=http://localhost:4200,http://localhost:3000