Update .env.example
This commit is contained in:
parent
14b03751d7
commit
1929eba0a1
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@ OPENAI_API_KEY=XXXXXXXX
|
||||||
|
|
||||||
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
# Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
|
||||||
AUTH_SECRET=XXXXXXXX
|
AUTH_SECRET=XXXXXXXX
|
||||||
# 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://github.com/settings/applications/new
|
||||||
|
# Authorization callback URL: https://authjs.dev/reference/core/providers_github#callback-url
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue