-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
25 lines (19 loc) · 764 Bytes
/
Copy path.env.example
File metadata and controls
25 lines (19 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Environment Configuration
# Copy this file to .env.local and configure your environment-specific values
# API Configuration
VITE_API_BASE_URL=https://kotion.top:888/api
VITE_API_TIMEOUT=30000
# Collaboration WebSocket Server
VITE_COLLABORATION_WS_URL=ws://kotion.top:1234
# AI API Configuration
VITE_AI_IMAGE_API_KEY=your_api_key_here
# DeepSeek API Key (for direct frontend AI calls)
VITE_DEEPSEEK_API_KEY=your_deepseek_api_key_here
# Plugin Configuration
VITE_PLUGIN_UPLOAD_ENABLED=false
VITE_PLUGIN_UPLOAD_URL=https://kotion.top:888/api/knowledge-resource/oss/endpoint/put-file
VITE_PLUGIN_PUBLISH_URL=https://kotion.top:888/api/knowledge-wiki/plugin/public/inner
# Build Configuration
NODE_ENV=development
# Feature Flags
VITE_ENABLE_AUTO_DEPLOY=false