Files
piaowu/ruoyi-uia/.env.prod
T
2026-06-10 15:38:37 +08:00

13 lines
361 B
Bash
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_PORT = 8089
# 前端路径v
VITE_BASE_URL = '/'
# 后端接口地址,用 https时要改成 /apiip时用注释的,配合nginx.conf。
#VITE_API_DOMAIN = 'http://123.57.71.170:1024'
VITE_API_DOMAIN = '/api'
# 远程Selenium
VITE_PLATFORM_API_URL='https://123.57.71.170:2222'
VITE_WS_URL='wss://www.airzhihui.com/ws'