# EmailSorter Frontend Configuration # Copy this file to .env and fill in your values # Appwrite Configuration VITE_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1 VITE_APPWRITE_PROJECT_ID=your-project-id # OAuth URLs (generated by your backend) VITE_GMAIL_OAUTH_URL=http://localhost:3000/api/oauth/gmail VITE_OUTLOOK_OAUTH_URL=http://localhost:3000/api/oauth/outlook