updated env var comments

This commit is contained in:
Zai Shi 2024-05-29 15:29:35 +02:00
parent 41df8e62c2
commit 207d85f5d3

View File

@ -3,8 +3,9 @@ NEXT_PUBLIC_STACK_URL=# enter your stack endpoint here, For local development: h
NEXT_PUBLIC_STACK_PROJECT_ID=internal
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=# enter your Stack publishable client key here. For local development, just enter a random string, then run `pnpm prisma:server migrate reset`
STACK_SECRET_SERVER_KEY=# enter your Stack secret client key here. For local development, do the same as above
SERVER_SECRET=# enter your server secret here. This is used to sign the JWT tokens. Generated using `generateKey.ts`'
SERVER_SECRET=# enter your server secret here. This is used to sign the JWT tokens. Generated using `scripts/generateKey.ts`
# OAuth
# These are optional for local development if you don't use OAuth
GITHUB_CLIENT_ID=# client
GITHUB_CLIENT_SECRET=# client secret