19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
# PANJIT Document Translator Frontend - Production Environment (No Docker)
|
|
|
|
# Application Settings
|
|
VITE_APP_TITLE=PANJIT Document Translator
|
|
VITE_APP_VERSION=1.0.0
|
|
|
|
# API Configuration - 使用本地端口 12010
|
|
VITE_API_BASE_URL=http://localhost:12010/api/v1
|
|
VITE_WS_BASE_URL=ws://localhost:12010
|
|
|
|
# File Upload Settings
|
|
VITE_MAX_FILE_SIZE=104857600
|
|
VITE_ALLOWED_FILE_TYPES=.doc,.docx,.ppt,.pptx,.xls,.xlsx,.pdf
|
|
|
|
# Production Settings
|
|
VITE_DEV_MODE=false
|
|
VITE_MOCK_API=false
|
|
VITE_DISABLE_WEBSOCKET=true
|