Make project_id consistent

This commit is contained in:
Khushboo Verma
2024-09-10 12:45:59 +02:00
parent 2f4100ffec
commit 827bee8ef8
74 changed files with 460 additions and 460 deletions

View File

@@ -70,7 +70,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_PROJECT=<YOUR_PROJECT_ID>
PUBLIC_APPWRITE_PROJECT=<PROJECT_ID>
```
The `PUBLIC_APPWRITE_ENDPOINT` is the endpoint of your Appwrite project, and the `PUBLIC_APPWRITE_PROJECT` is the ID of the project you want to use.