You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
545 B
12 lines
545 B
2 years ago
|
# .env.prod
|
||
|
# 根据Vite的约定规则,只有以“VITE_”开头的变量才会在客户端被捕获,捕获方式为:import.meta.env.{参数名}。
|
||
|
VITE_NODE_ENV=prod
|
||
|
VITE_IS_DEBUG=false
|
||
|
VITE_HAS_LOG=false
|
||
|
|
||
|
# 私有参数,仅在vite server获取到,
|
||
|
# 假如你的项目包含此类敏感变量。应该将文件添加到你的 .gitignore 中,以避免它们被 git 检入。
|
||
|
VITE_HTTP_SERVER=https://1app.hicloud.hisensehitachi.com
|
||
|
VITE_MOCK_SERVER=http://221.215.1.170:8086
|
||
|
VITE_SHARE_SERVER=https://1.hicloud.hisensehitachi.com
|