.env.example 754 B

1234567891011121314151617181920212223242526
  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. # Development-only direct AI endpoints. Never ship these keys in a production build.
  15. VITE_AI_API_URL=
  16. VITE_AI_API_KEY=
  17. VITE_WORKFLOW_API_URL=
  18. VITE_WORKFLOW_API_KEY=
  19. # Production same-origin proxy endpoints. The proxy stores the upstream API keys server-side.
  20. VITE_AI_PROXY_URL=/api/v1/ai/chat
  21. VITE_WORKFLOW_PROXY_URL=/api/v1/ai/workflow