16 lines
414 B
Plaintext
16 lines
414 B
Plaintext
# API Configuration
|
|
# VITE_API_BASE_URL=http://localhost:3000/api
|
|
# 开发环境变量
|
|
VITE_API_BASE_URL=/api
|
|
VITE_API_TARGET=http://localhost:8001 # 本地后端地址
|
|
|
|
# App Configuration
|
|
VITE_APP_TITLE=TH-Agenter
|
|
VITE_APP_VERSION=1.0.0
|
|
|
|
# Development Configuration
|
|
VITE_ENABLE_MOCK=false
|
|
|
|
# File Upload Configuration
|
|
VITE_UPLOAD_MAX_SIZE=10485760
|
|
VITE_SUPPORTED_FILE_TYPES=pdf,txt,md,doc,docx,ppt,pptx,xls,xlsx |