11 lines
369 B
Plaintext
11 lines
369 B
Plaintext
# 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:3030/api/oauth/gmail
|
|
VITE_OUTLOOK_OAUTH_URL=http://localhost:3030/api/oauth/outlook
|