19 lines
604 B
Plaintext
19 lines
604 B
Plaintext
# Production Environment Variables for Vercel
|
|
# Copy this file to .env.production and update with your actual values
|
|
|
|
# Backend API URL (from your deployment platform)
|
|
# Examples:
|
|
# REACT_APP_API_URL=https://alwrity.onrender.com
|
|
# REACT_APP_API_URL=https://your-app.railway.app
|
|
# REACT_APP_API_URL=https://your-app.herokuapp.com
|
|
REACT_APP_API_URL=https://alwrity.onrender.com
|
|
|
|
# Alternative backend URL (fallback)
|
|
# REACT_APP_BACKEND_URL=https://alwrity.onrender.com
|
|
|
|
# Environment
|
|
REACT_APP_ENVIRONMENT=production
|
|
|
|
# Optional: Custom domain for OAuth redirects
|
|
# REACT_APP_DOMAIN=your-custom-domain.com
|