.env
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user