From 14b03751d775b085a87d8779702f2cd344c285e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Wed, 28 Jun 2023 13:27:33 +0100 Subject: [PATCH] Update .env.example --- .env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 12e8bd3..9c14cdd 100644 --- a/.env.example +++ b/.env.example @@ -8,7 +8,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 -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 KV_URL=XXXXXXXX