mirror of
https://gitee.com/xiaonuobase/snowy.git
synced 2026-03-22 02:37:16 +08:00
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
# 生产环境
|
|
NODE_ENV = production
|
|
|
|
# 标题
|
|
VITE_TITLE = Snowy
|
|
|
|
# 接口地址
|
|
VITE_API_BASEURL = http://127.0.0.1:82
|
|
|
|
# 本地端口
|
|
VITE_PORT = 81
|