Skip to content

Commit cc1a301

Browse files
Update CONTRIBUTING.md
1 parent df9b826 commit cc1a301

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="" # Optional
6767
NEXT_PUBLIC_ANALYTICS_WEBSITE_ID="" # Optional
6868
```
6969

70-
Make sure to fill in the required values for each variable. The `AUTH_SECRET` should be a random string, and `AUTH_URL` should be set to `http://localhost:3000` for local development. The `XATA_BRANCH` should typically be set to "main" unless you're using a different branch. Remember that the `NEXT_PUBLIC_` variables are optional.
70+
Make sure to fill in the required values for each variable. The `AUTH_SECRET` should be a random string, and `AUTH_URL` should be set to `http://localhost:3000` for local development. The `XATA_BRANCH` should typically be set to "main" unless you're using a different branch.
71+
72+
Remember to remove env variables that are optional and you are empty, they will cause validation errors
7173

7274
## Running the Project
7375

0 commit comments

Comments
 (0)