From aef67516f91088ebf5a0d401d24cd405c3db488b Mon Sep 17 00:00:00 2001 From: PATOOWORLD Date: Tue, 11 Jun 2024 08:57:05 -0400 Subject: [PATCH] .env.example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 3b6e38d..58e17b3 100644 --- a/.env.example +++ b/.env.example @@ -4,7 +4,7 @@ # These variables need to be set for local development only # Mandatory next-auth URL for localhost -NEXTAUTH_URL= +NEXTAUTH_URL=http://app.localhost:3000 ### PRODUCTION & DEVELOPMENT VARIABLES # These variables need to be set for local development and when deployed on Vercel