This commit is contained in:
2025-07-25 16:29:56 +03:00
parent e3d1738ae6
commit cc50c64423
7 changed files with 57 additions and 34 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# 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