12 lines
361 B
Plaintext
12 lines
361 B
Plaintext
# Production Environment Variables for Vercel
|
|
# Copy this file to .env.production and update with your actual values
|
|
|
|
# Backend API URL (from Railway/Render deployment)
|
|
REACT_APP_API_URL=https://your-backend-url.railway.app
|
|
|
|
# Environment
|
|
REACT_APP_ENVIRONMENT=production
|
|
|
|
# Optional: Custom domain for OAuth redirects
|
|
# REACT_APP_DOMAIN=your-custom-domain.com
|