6 lines
185 B
Bash
6 lines
185 B
Bash
# 生产环境配置(小程序正式版)
|
|
VITE_APP_ENV=prod
|
|
VITE_API_BASE_URL=https://lifescript.happylifeos.com/api
|
|
VITE_WS_URL=wss://lifescript.happylifeos.com/ws
|
|
VITE_DEBUG=false
|