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.
11 lines
544 B
11 lines
544 B
# .env.local |
|
# 根据Vite的约定规则,只有以“VITE_”开头的变量才会在客户端被捕获,捕获方式为:import.meta.env.{参数名}。 |
|
VITE_NODE_ENV=dev |
|
VITE_IS_DEBUG=true |
|
VITE_HAS_LOG=true |
|
|
|
# 私有参数,仅在vite server获取到, |
|
# 假如你的项目包含此类敏感变量。应该将文件添加到你的 .gitignore 中,以避免它们被 git 检入。 |
|
VITE_HTTP_SERVER=https://2app.hicloud.hisensehitachi.com |
|
VITE_MOCK_SERVER=http://103.94.200.164:8081 |
|
VITE_SHARE_SERVER=https://2.hicloud.hisensehitachi.com
|
|
|