Files
SPDM/.env.development
2025-12-31 10:44:44 +08:00

27 lines
1007 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发环境
NODE_ENV=development
VITE_APP_ENV=development
VITE_API_BASE_URL=/
VITE_API_HTTP_URL=http://192.168.65.161:7100
VITE_API_WS_BASE_URL=/wsApi/simulation
VITE_API_WS_URL=ws://192.168.65.161:7100
VITE_API_IMAGE_PREVIEW_URL=http://192.168.65.161:7104
VITE_API_FILE_PREVIEW_URL=http://192.168.65.161:3000/preview/onlinePreview
VITE_API_FILE_URL=http://192.168.65.161:7104
# onlyOffice服务
VITE_API_ONLYOFFICE_URL=http://192.168.65.161:18888
# onlyOffice回调服务
VITE_API_ONLYOFFICE_CALLBACK=http://192.168.65.161:3000/api/simulation/data/data/onlyOfficeCallback
# 基线地址用于onlyOffice预览
VITE_API_SPDM_URL=http://192.168.65.64:3001/spdm
VITE_API_PREFIX_APPROVE=/
VITE_API_PREFIX_CAPABILITY=/local7107/
VITE_API_PREFIX_DATA=/local7104/
VITE_API_PREFIX_PBS=/local7105/
VITE_API_PREFIX_PERFORMANCE=/
VITE_API_PREFIX_PROJECT=/local7101/
VITE_API_PREFIX_SYSTEM=/local7103/
VITE_API_PREFIX_TASK=/local7102/
VITE_API_PREFIX_APPLICATION=/local18888/
VITE_API_PREFIX_FLOWABLE=/local7108/