10 lines
298 B
Bash
10 lines
298 B
Bash
# 开发环境配置(本地开发调试)
|
|
VITE_APP_ENV=dev
|
|
# 本地环境
|
|
# VITE_API_BASE_URL=http://localhost:19089/api
|
|
# VITE_WS_URL=ws://localhost:19089/ws
|
|
# 测试环境
|
|
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
|
|
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
|
|
VITE_DEBUG=true
|