diff --git a/.env.example b/.env.example index f75f1a6f5..67138c7e0 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