.env.example 990 B

1234567891011121314151617181920212223242526272829
  1. VITE_API_BASE_URL=http://localhost:8000
  2. VITE_APP_TITLE=AX Document Editor
  3. VITE_DEBUG=false# API Base URL
  4. # This is the base URL for the backend API server
  5. # Default: http://localhost:8000
  6. VITE_API_BASE_URL=http://192.168.0.195:8000
  7. # Application Title
  8. # This will be displayed in the browser tab
  9. VITE_APP_TITLE=AX Document Editor
  10. # Debug Mode
  11. # Enable debug mode for development
  12. # Default: false
  13. VITE_DEBUG=false
  14. # Module Federation remote entry for the integrated chat panel.
  15. VITE_MOD_CHAT_REMOTE_URL=http://localhost:5174/assets/remoteEntry.js
  16. # The browser must use backend proxy endpoints. Keep upstream API keys server-side.
  17. VITE_AI_PROXY_URL=/api/v1/ai/chat
  18. VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow
  19. # mod-chat Composer backend used by the unified hostBridge chat.
  20. VITE_MOD_CHAT_API_BASE_URL=http://192.168.0.44:8010
  21. VITE_MOD_CHAT_REGISTRY_API_BASE_URL=http://192.168.0.44:8040
  22. # Local development only; production uses a session-based WebMCP ticket.
  23. VITE_WEBMCP_BRIDGE_TOKEN=