Files
dafuweng-saiadmin6.x/saiadmin-artd/.env.production
2026-03-25 16:10:57 +08:00

14 lines
525 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.
# 【生产】环境变量
# 前端47.86.91.1:8866 后端47.86.91.1:6688
# 应用部署基础路径:相对路径,静态资源与页面同源(从 8866 加载)
VITE_BASE_URL = ./
# API 根地址(后端路由为 /core、/tool、/dice 等,无 /prod 前缀,不要加 /prod
VITE_API_URL = https://dice-v3-api.yuliao666.top
# 登录页是否显示验证码,设为 false 可关闭(需与后端 LOGIN_CAPTCHA_ENABLE 一致)
VITE_LOGIN_CAPTCHA_ENABLED = false
# Delete console
VITE_DROP_CONSOLE = true