Files
vue3-element-admin/.env.development

24 lines
569 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.
# 应用端口
VITE_APP_PORT=3000
# 项目名称
VITE_APP_TITLE=vue3-element-admin
# 代理前缀
VITE_APP_BASE_API=/dev-api
# 接口地址
# VITE_APP_API_URL=https://api.youlai.tech # 线上
# VITE_APP_API_URL=https://api.youlai.tech/v2 # 线上(多租户)
VITE_APP_API_URL=http://localhost:8000 # 本地
# SSE 端点(默认 /api/v1/sse/connect
# VITE_APP_SSE_ENDPOINT=/api/v1/sse/connect
# 启用 Mock 服务(true:开启 false:关闭)
VITE_MOCK_DEV_SERVER=false
# 多租户开关(true:开启 false:关闭)
VITE_APP_TENANT_ENABLED=false