Initial commit: Open sourcing all of the Maple Open Technologies code.
This commit is contained in:
commit
755d54a99d
2010 changed files with 448675 additions and 0 deletions
19
web/maplefile-frontend/.env.production
Normal file
19
web/maplefile-frontend/.env.production
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# FILE: .env.production
|
||||
# MapleFile Frontend - Production Environment
|
||||
NODE_ENV=production
|
||||
|
||||
# API Configuration
|
||||
VITE_API_DOMAIN=maplefile.ca
|
||||
VITE_API_PROTOCOL=https
|
||||
VITE_API_BASE_URL=https://maplefile.ca
|
||||
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue