21 lines
550 B
Plaintext
21 lines
550 B
Plaintext
# Production Environment Configuration
|
|
NODE_ENV=production
|
|
|
|
# API Configuration
|
|
VITE_API_BASE_URL=https://api.prod.vitrown.com
|
|
VITE_API_SOCKET_BASE_URL=wss://api.prod.vitrown.com
|
|
VITE_API_URL=https://api.prod.vitrown.com
|
|
|
|
# Application Environment
|
|
VITE_APP_VERSION_TYPE=production
|
|
|
|
# Site Configuration
|
|
VITE_SITE_URL=https://vitrown.com
|
|
VITE_DOMAIN_URL=https://vitrown.com
|
|
|
|
# Session Secret (REQUIRED - Set via secrets in CI/CD)
|
|
REMIX_SECRET=change-me-in-production
|
|
|
|
# Build Configuration
|
|
VITE_BUILD_TARGET=production
|
|
VITE_SUPPORT_PHONE=+989223740993 |