From 7bdf2223aea1d7a1726e721dd6aa2790781ae021 Mon Sep 17 00:00:00 2001 From: Tom Rogers Date: Mon, 25 Nov 2024 11:49:03 +0100 Subject: [PATCH] Update self-hosting/GUIDE.md Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> --- self-hosting/GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/self-hosting/GUIDE.md b/self-hosting/GUIDE.md index 01aea6620..5c4523eaf 100644 --- a/self-hosting/GUIDE.md +++ b/self-hosting/GUIDE.md @@ -36,7 +36,7 @@ The following environment variables should be changed to reflect where you are r | Environment Variable | Description | Local Parameter | |----------------------------------|------------------------------------------------|-------------------------| -| BASE URL | The URL of the Front End of the Application. | http://localhost:3000 | +| BASE_URL | The URL of the Front End of the Application. | http://localhost:3000 | | SERVER_BASE_URL | The URL of the API Server. | http://localhost:4000 | | HIGHLIGHTS_BASE_URL | The URL of the Front end of the Application | http://localhost:3000 | | NEXT_PUBLIC_BASE_URL | Same as above BASE URL, but for NEXT | http://localhost:3000 |