.env.example 591 B

1234567891011121314151617181920
  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. # Frontend only calls these backend proxy endpoints. Upstream keys belong in ax-backend-v1/.env.
  15. VITE_AI_PROXY_URL=/api/v1/ai/chat
  16. VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow