mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-16 07:02:22 +00:00
Implement support for GitHub codespaces and VSCode devcontainers --------- Co-authored-by: timothycarambat <rambat1010@gmail.com> Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>
3 lines
285 B
Text
3 lines
285 B
Text
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='/api' # Use this URL deploying on non-localhost address OR in docker.
|