Update .env.example
This commit is contained in:
parent
fbcfaa0815
commit
14b03751d7
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ AUTH_SECRET=XXXXXXXX
|
||||||
AUTH_GITHUB_ID=XXXXXXXX
|
AUTH_GITHUB_ID=XXXXXXXX
|
||||||
AUTH_GITHUB_SECRET=XXXXXXXX
|
AUTH_GITHUB_SECRET=XXXXXXXX
|
||||||
# Support OAuth login on preview deployments, see: https://authjs.dev/guides/basics/deployment#securing-a-preview-deployment
|
# Support OAuth login on preview deployments, see: https://authjs.dev/guides/basics/deployment#securing-a-preview-deployment
|
||||||
AUTH_REDIRECT_PROXY_URL=https://auth.example.com/api/auth
|
# Set the following only when deployed. We recommend using a different OAuth app for development/production.
|
||||||
|
# AUTH_REDIRECT_PROXY_URL=https://auth.example.com/api/auth
|
||||||
|
|
||||||
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
|
# Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
|
||||||
KV_URL=XXXXXXXX
|
KV_URL=XXXXXXXX
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue