mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update self-hosting/GUIDE.md
Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com>
This commit is contained in:
parent
7bebb45400
commit
7bdf2223ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue