# Appwrite Configuration # Copy this to .env and fill in your self-hosted Appwrite details VITE_APPWRITE_ENDPOINT=https://your-appwrite-instance.com/v1 VITE_APPWRITE_PROJECT_ID=your-project-id # Used only by the setup script (scripts/setup-appwrite.cjs) # NEVER expose this in the browser APPWRITE_API_KEY=your-api-key-with-databases-write-permission