.env 630 B

12345678910111213141516171819202122
  1. # API Base URL
  2. # This is the base URL for the backend API server
  3. # Default: http://localhost:8000
  4. VITE_API_BASE_URL=http://192.168.0.195:8000
  5. # Application Title
  6. # This will be displayed in the browser tab
  7. VITE_APP_TITLE=AX Document Editor
  8. # Debug Mode
  9. # Enable debug mode for development
  10. # Default: false
  11. VITE_DEBUG=false
  12. # External AI services are called directly by the browser.
  13. VITE_AI_PROXY_URL=/api/v1/ai/chat
  14. VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow
  15. # WebMCP Bridge 连接配置
  16. VITE_WEBMCP_BRIDGE_TOKEN=AXWebMCP-04fb7ebd989246b28ca63a49e0efd2c0a27cc8c89e2241fda22b8b0c42c744a1
  17. VITE_WEBMCP_CLIENT_ID=ax-editor-local