You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
424 B
22 lines
424 B
# 页面标题
|
|
VITE_APP_TITLE = 盒子IM后台管理系统
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 开发环境
|
|
VITE_APP_BASE_API = '/api'
|
|
|
|
# 应用访问路径 例如使用前缀 /admin/
|
|
VITE_APP_CONTEXT_PATH = '/'
|
|
|
|
VITE_APP_PORT = 80
|
|
|
|
# 客户端id
|
|
VITE_APP_CLIENT_ID = 'e5cd7e4891bf95d1d19206ce24a7b32e'
|
|
|
|
# websocket 开关 默认使用sse推送
|
|
VITE_APP_WEBSOCKET = false
|
|
|
|
# sse 开关
|
|
VITE_APP_SSE = true
|
|
|