| 1234567891011121314151617181920212223242526272829 |
- VITE_API_BASE_URL=http://localhost:8000
- VITE_APP_TITLE=AX Document Editor
- VITE_DEBUG=false# 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
- # Module Federation remote entry for the integrated chat panel.
- VITE_MOD_CHAT_REMOTE_URL=http://localhost:5174/assets/remoteEntry.js
- # The browser must use backend proxy endpoints. Keep upstream API keys server-side.
- VITE_AI_PROXY_URL=/api/v1/ai/chat
- VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow
- # mod-chat Composer backend used by the unified hostBridge chat.
- VITE_MOD_CHAT_API_BASE_URL=http://192.168.0.44:8010
- VITE_MOD_CHAT_REGISTRY_API_BASE_URL=http://192.168.0.44:8040
- # Local development only; production uses a session-based WebMCP ticket.
- VITE_WEBMCP_BRIDGE_TOKEN=
|