Update self-hosting/GUIDE.md

Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>
This commit is contained in:
Tom Rogers 2024-11-25 11:49:03 +01:00 committed by GitHub
parent 7bebb45400
commit 7bdf2223ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 |