mirror of
https://github.com/Dvorinka/Productier.git
synced 2026-06-03 20:13:01 +00:00
8 lines
342 B
Bash
8 lines
342 B
Bash
# Productier Frontend Remote Deployment Environment
|
|
# These are build-time environment variables for the frontend
|
|
|
|
# Public URLs (REQUIRED - where your services are accessible)
|
|
VITE_FRONTEND_URL=https://your-frontend-domain.com
|
|
VITE_AUTH_URL=https://your-auth-domain.com
|
|
VITE_API_URL=https://your-api-domain.com
|
|
VITE_DEV_MAILBOX_ENABLED=false |