You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
531 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 线上环境
VITE_USER_NODE_ENV=production
# 公共基础路径
VITE_PUBLIC_PATH=/
# 线上环境接口地址
## 这里的线上环境使用了nginx 反向代理来实现了 api 和 websocket的转发
## 具体请结合/nginx/default.conf 文件查看使用方式
VITE_API_URL="/api"
VITE_APP_CLIENT_ID ="195da9fcce574852b850068771cde034"
# 是否对admin超管用户放行前端按钮权限验证默认放行
VITE_ADMIN_BYPASS_PERMISSION=true
# 是否启用websocket如不需要请注释
VITE_SOCKET_URL="/socket"