# Appwrite Configuration # Copy this file to .env in your current working directory and fill in your values # Your Appwrite Project ID APPWRITE_PROJECT_ID=your-project-id-here # Your Appwrite API Endpoint (e.g., https://cloud.appwrite.io/v1 or your self-hosted URL) APPWRITE_API_ENDPOINT=https://cloud.appwrite.io/v1 # Your Appwrite API Key (Server API Key with required permissions) APPWRITE_API_KEY=your-api-key-here