# LogWhispererAI - Frontend Environment Variables (Development) # These variables are exposed to the browser (must start with VITE_) # Backend API URL VITE_API_URL=http://192.168.254.79:3001 # Base URL for webhook endpoints VITE_WEBHOOK_BASE_URL=http://192.168.254.79:3001/webhook # Install script URL VITE_INSTALL_SCRIPT_URL=http://192.168.254.79:3001/install.sh # Application identification VITE_APP_NAME=LogWhispererAI VITE_APP_URL=http://192.168.254.79:5173