monorepo/web/maplefile-frontend/.env.development.sample

18 lines
510 B
Text

# FILE: .env.development.sample
# Copy this file to .env.development and configure for your local environment
# API Configuration
VITE_API_DOMAIN=127.0.0.1:8000
VITE_API_PROTOCOL=http
VITE_API_BASE_URL=http://localhost:8000
# Frontend Configuration
VITE_WWW_DOMAIN=localhost:3000
VITE_WWW_PROTOCOL=http
# Upload Configuration (if needed)
VITE_IMAGE_UPLOAD_MAX_FILESIZE_IN_BYTES=5242880
VITE_IMAGE_UPLOAD_MAX_FILESIZE_ERROR_MESSAGE=File size must be less than 5MB
# Development mode flag
VITE_DEV_MODE=true