From 7735a1d0d638e112632930b3d5a9f50a1488d661 Mon Sep 17 00:00:00 2001 From: Dexter Date: Sun, 28 Apr 2024 23:04:32 -0400 Subject: [PATCH] Update .env.example Auth.js version 5 defines AUTH_URL automatically based on request headers. Getting rid of this line prevents users from seeing this warning upon completing Chapter 15. Env URL basePath redundant --- dashboard/starter-example/.env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/starter-example/.env.example b/dashboard/starter-example/.env.example index 8a85ba7d..eabc3a92 100644 --- a/dashboard/starter-example/.env.example +++ b/dashboard/starter-example/.env.example @@ -10,4 +10,3 @@ POSTGRES_DATABASE= # `openssl rand -base64 32` AUTH_SECRET= -AUTH_URL=http://localhost:3000/api/auth \ No newline at end of file