chatterbox-ui/frontend/.env.example

11 lines
296 B
Plaintext

# Frontend Configuration
# Copy this file to .env and adjust values as needed
# Backend API configuration
VITE_API_BASE_URL=http://localhost:8000
VITE_API_BASE_URL_WITH_PREFIX=http://localhost:8000/api
# Development server configuration
VITE_DEV_SERVER_PORT=8001
VITE_DEV_SERVER_HOST=127.0.0.1