18 lines
521 B
Text
18 lines
521 B
Text
# FILE: .env.production.sample
|
|
# Copy this file to .env.production and configure for your production environment
|
|
|
|
# API Configuration
|
|
VITE_API_DOMAIN=mapleopentech.net
|
|
VITE_API_PROTOCOL=https
|
|
VITE_API_BASE_URL=https://mapleopentech.net
|
|
|
|
# Frontend Configuration
|
|
VITE_WWW_DOMAIN=maplefile.ca
|
|
VITE_WWW_PROTOCOL=https
|
|
|
|
# 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=false
|