1b39d873ab
- web: 5178 - web-admin: 5179 - mini-program: 5180 - life-script: 5181
14 lines
450 B
Bash
14 lines
450 B
Bash
# 开发环境配置(本地开发调试)
|
||
VITE_APP_ENV=dev
|
||
# 本地环境
|
||
# VITE_API_BASE_URL=http://localhost:19089/api
|
||
# VITE_WS_URL=ws://localhost:19089/ws
|
||
# 直连后端服务(不经过 Nginx)
|
||
# VITE_API_BASE_URL=http://101.200.208.45:19089/api
|
||
# VITE_WS_URL=ws://101.200.208.45:19089/ws
|
||
# 测试环境
|
||
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
|
||
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
|
||
VITE_DEBUG=true
|
||
VITE_PORT=5180
|