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

@@ -46,7 +46,7 @@ Your project id is located in the **Settings** page in the Appwrite console.
Add a `.env` file to the root directory and add the following code to it, replacing `PROJECT_ID` with your project id.
```
VITE_APPWRITE_ENDPOINT=https://cloud.appwrite.io/v1
VITE_APPWRITE_ENDPOINT=https://<REGION>.cloud.appwrite.io/v1
VITE_APPWRITE_PROJECT=PROJECT_ID
```