# ModComms Deployment Configuration # Copy this file to .env.deploy and update with your server values # Frontend deployment directory (Apache document root) FRONTEND_DEPLOY_DIR=/var/www/html/modcomms # Backend URLs (used during frontend build) # These should match your production domain VITE_BACKEND_WS_URL=wss://your-domain.com/ws/analyze VITE_BACKEND_URL=https://your-domain.com # CORS origins (should match your frontend domain) # Multiple origins can be comma-separated CORS_ORIGINS=https://your-domain.com