diff --git a/.env.example b/.env.example index a703b10..12e8bd3 100644 --- a/.env.example +++ b/.env.example @@ -1,13 +1,13 @@ -## You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview -## Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys +# You must first activate a Billing Account here: https://platform.openai.com/account/billing/overview +# Then get your OpenAI API Key here: https://platform.openai.com/account/api-keys 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 -## 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_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 # Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and