anything-llm/frontend/.env.example

4 lines
285 B
Plaintext
Raw Normal View History

2023-08-17 00:34:03 +02:00
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
2023-08-17 00:34:03 +02:00
# VITE_API_BASE='/api' # Use this URL deploying on non-localhost address OR in docker.