feat: update region placeholder

This commit is contained in:
Christy Jacob
2024-11-05 18:34:04 +01:00
parent ef1dda550e
commit 0dd4377777
27 changed files with 27 additions and 27 deletions

View File

@@ -69,7 +69,7 @@ For example, your `.env` might look something similar to this.
```text
APPWRITE_KEY=<YOUR_API_KEY>
PUBLIC_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
PUBLIC_APPWRITE_ENDPOINT=https://<REGION>.cloud.appwrite.io/v1
PUBLIC_APPWRITE_PROJECT=<PROJECT_ID>
```