From bd4fc24e6f5d043e5488f099e6114e8cd1f8c524 Mon Sep 17 00:00:00 2001 From: "swyx.io" Date: Wed, 5 Jul 2023 11:45:35 -0400 Subject: [PATCH] Update .env.example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index b98ddb8..d739451 100644 --- a/.env.example +++ b/.env.example @@ -9,8 +9,8 @@ AUTH_SECRET=XXXXXXXX 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 -# 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 +# Set the following only when deployed. In this example, we can reuse the same OAuth app, but if you are storing users, we recommend using a different OAuth app for development/production so that you don't mix your test and production user base. +# AUTH_REDIRECT_PROXY_URL=https://YOURAPP.vercel.app/api/auth # Instructions to create kv database here: https://vercel.com/docs/storage/vercel-kv/quickstart and KV_URL=XXXXXXXX