Files
app-write-mcp/.env.example
2025-07-25 16:29:56 +03:00

11 lines
421 B
Plaintext

# 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