mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
chore: rename Github to GitHub (#3199)
* chore: rename Github to GitHub Signed-off-by: Adam Setch <adam.setch@outlook.com> * chore: rename Github to GitHub Signed-off-by: Adam Setch <adam.setch@outlook.com> * Undo some code changes for references --------- Signed-off-by: Adam Setch <adam.setch@outlook.com> Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ STORAGE_DIR="/your/absolute/path/to/server/storage"
|
||||
5. Edit the `frontend/.env` file for the `VITE_BASE_API` to now be set to `/api`. This is documented in the .env for which one you should use.
|
||||
```
|
||||
# VITE_API_BASE='http://localhost:3001/api' # Use this URL when developing locally
|
||||
# VITE_API_BASE="https://$CODESPACE_NAME-3001.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/api" # for Github Codespaces
|
||||
# VITE_API_BASE="https://$CODESPACE_NAME-3001.$GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN/api" # for GitHub Codespaces
|
||||
VITE_API_BASE='/api' # Use this URL deploying on non-localhost address OR in docker.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user