Files
ALwrity/frontend/env.production.example
2025-10-08 14:25:59 +05:30

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