| 1234567891011121314151617181920 |
- # API Base URL
- # This is the base URL for the backend API server
- # Default: http://localhost:8000
- VITE_API_BASE_URL=http://192.168.0.195:8000
- # Application Title
- # This will be displayed in the browser tab
- VITE_APP_TITLE=AX Document Editor
- # Debug Mode
- # Enable debug mode for development
- # Default: false
- VITE_DEBUG=false
- # External AI services are called directly by the browser.
- VITE_AI_API_URL=http://114.242.25.27:3000/api/v1/chat/completions
- VITE_AI_API_KEY=
- VITE_WORKFLOW_API_URL=http://114.242.25.27:3000/api/v2/chat/completions
- VITE_WORKFLOW_API_KEY=
|