.env 943 B

123456789101112131415161718192021222324252627
  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://127.0.0.1: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. # mod-chat Composer backend used by the unified hostBridge chat.
  16. VITE_MOD_CHAT_API_BASE_URL=http://192.168.0.44:8010
  17. VITE_MOD_CHAT_REGISTRY_API_BASE_URL=http://192.168.0.44:8040
  18. VITE_MOD_CHAT_REMOTE_URL=http://localhost:5174/assets/remoteEntry.js
  19. # WebMCP Bridge 连接配置
  20. VITE_WEBMCP_CLIENT_ID=ax-editor-local
  21. # Local development only. Never configure this in a production build.
  22. VITE_WEBMCP_BRIDGE_TOKEN=AXWebMCP-04fb7ebd989246b28ca63a49e0efd2c0a27cc8c89e2241fda22b8b0c42c744a1