13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
# 请求协议 http or https(建议线上配置证书后,使用https)
|
||
VITE_PREFIX=http://
|
||
|
||
# Nacos 配置中心 ip:端口 | 域名
|
||
#VITE_NACOS_ADDRESS=cluster.nacos.com
|
||
VITE_NACOS_ADDRESS=192.168.139.84:8848
|
||
|
||
# 注册到 Nacos 的服务名称(微前端模块名称)
|
||
VITE_SERVER_NAME=app-shared
|
||
|
||
# 注册到 Nacos 的端口,也是前端运行的端口
|
||
VITE_SERVER_PORT=1333
|