From da59afd476ba42440d49e1a82f53a47022976265 Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Tue, 26 Apr 2022 17:07:32 -0400 Subject: [PATCH] add deprecation notice for baseurl --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.env.example b/.env.example index f75f1a6..67138c7 100644 --- a/.env.example +++ b/.env.example @@ -8,6 +8,10 @@ NEXT_PUBLIC_LICENSE_CONSENT= LICENSE= +# BASE_URL and NEXT_PUBLIC_APP_URL are both deprecated. Both are replaced with one variable, NEXT_PUBLIC_WEBAPP_URL +# BASE_URL=http://localhost:3000 +# NEXT_PUBLIC_APP_URL=http://localhost:3000 + NEXT_PUBLIC_WEBAPP_URL=http://localhost:3000 # It is highly recommended that the NEXTAUTH_SECRET must be overridden and very unique