VITE_API_BASE_URL=http://localhost:8000 VITE_APP_TITLE=AX Document Editor VITE_DEBUG=false# API Base URL # This is the base URL for the backend API server # Default: http://localhost:8000 VITE_API_BASE_URL=http://192.168.0.195:8000 # Application Title # This will be displayed in the browser tab VITE_APP_TITLE=AX Document Editor # Debug Mode # Enable debug mode for development # Default: false VITE_DEBUG=false VITE_AI_API_URL= VITE_AI_API_KEY= VITE_WORKFLOW_API_URL= VITE_WORKFLOW_API_KEY= # AI Chat API Configuration # AI Platform API URL for chat completions (v1 - regular chat) VITE_AI_API_URL=http://114.242.25.27:3000/api/v1/chat/completions # AI Platform API Key # Get this from: 发布渠道 → API 访问 → 创建新 Key VITE_AI_API_KEY=your_api_key_here # Workflow API Configuration # Workflow API URL for document generation (v2 - with workflow) # This workflow connects to local backend export records API VITE_WORKFLOW_API_URL=http://114.242.25.27:3000/api/v2/chat/completions # Workflow API Key # Use the XAgent API key provided by the platform VITE_WORKFLOW_API_KEY=your_workflow_api_key_here