# Database configuration DATABASE_PATH=annotation_platform.db # API configuration API_HOST=0.0.0.0 API_PORT=8000 # CORS configuration (comma-separated origins) CORS_ORIGINS=http://localhost:4200,http://localhost:3000