mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
updated env var comments
This commit is contained in:
parent
41df8e62c2
commit
207d85f5d3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user