ALwrity + Wix + Wordpress + GSC integration + Production API calls fixes
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
# 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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user