From 294f029b537a73194d4888b0033caaad8adba377 Mon Sep 17 00:00:00 2001 From: Ben Kremer Date: Thu, 8 Feb 2024 17:51:54 +0100 Subject: [PATCH] chore: leave reference to `NEXTAUTH_URL` but disable by default --- apps/laboratory/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/laboratory/.env.example b/apps/laboratory/.env.example index 556e4ec087..940b12bc04 100644 --- a/apps/laboratory/.env.example +++ b/apps/laboratory/.env.example @@ -4,3 +4,5 @@ NEXT_PUBLIC_PROJECT_ID="" NEXTAUTH_SECRET="" # See 1password for `Mailsac Web3Modal API Key` MAILSAC_API_KEY="" +# Only needed when overriding default next-auth URL +# NEXTAUTH_URL=""