Update .env.example
This commit is contained in:
parent
01e289e35e
commit
6249a7e583
1 changed files with 7 additions and 0 deletions
|
|
@ -10,3 +10,10 @@ NEXTAUTH_URL=http://localhost:3000
|
||||||
## Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app
|
## Create a GitHub OAuth app here: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app
|
||||||
AUTH_GITHUB_ID=XXXXXXXX
|
AUTH_GITHUB_ID=XXXXXXXX
|
||||||
AUTH_GITHUB_SECRET=XXXXXXXX
|
AUTH_GITHUB_SECRET=XXXXXXXX
|
||||||
|
|
||||||
|
# instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and
|
||||||
|
KV_URL=XXXXXXXX
|
||||||
|
KV_REST_API_URL=XXXXXXXX
|
||||||
|
KV_REST_API_TOKEN=XXXXXXXX
|
||||||
|
KV_REST_API_READ_ONLY_TOKEN=XXXXXXXX
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue