.env 700 B

1234567891011121314151617181920212223
  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. # AI and workflow calls must go through the backend proxy.
  13. VITE_AI_PROXY_URL=/api/v1/ai/chat
  14. VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow
  15. # WebMCP Bridge 连接配置
  16. VITE_WEBMCP_CLIENT_ID=ax-editor-local
  17. # Local development only. Never configure this in a production build.
  18. VITE_WEBMCP_BRIDGE_TOKEN=AXWebMCP-04fb7ebd989246b28ca63a49e0efd2c0a27cc8c89e2241fda22b8b0c42c744a1