nazhua/.env.development.local.template
hi2hi 31a8c8a50c 🚀 0.4.4
分完整构建和CDN引用构建
- 拆离fonts字体库
- 拆离图标库
2024-12-07 07:52:23 +00:00

12 lines
378 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.

# 能反代WS的主机方便本地ws调试
PROXY_WS_HOST=
# API的HOST/api/xxx会被替换为这个HOST
API_HOST=
# WS的HOST/ws和/api/v1/ws/server会被替换为这个HOST
WS_HOST=
# V0开发模式需要一个哪吒地址用去抓取哪吒的数据
NEZHA_HOST=
# VO开发模式本地会请求/nezha/此项为1时会去掉/nezha/
NEZHA_HOST_REPACE_PATH=1