21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
# 生产环境配置
|
|
VITE_NODE_ENV='production'
|
|
# 生产环境
|
|
VITE_APP_BASE_API='/sys'
|
|
|
|
# 页面 title 前缀
|
|
VITE_APP_TITLE=生产环境
|
|
|
|
# 网络请求公用地址
|
|
VITE_API_BASE_URL='https://landaiqing.cn'
|
|
|
|
VITE_TITLE_NAME='五味子云相册'
|
|
|
|
# token key
|
|
VITE_APP_TOKEN_KEY='Bearer'
|
|
|
|
# the websocket url
|
|
VITE_QR_SOCKET_URL='wss://landaiqing.cn/api/ws/qr_ws'
|
|
|
|
VITE_MESSAGE_SOCKET_URL='wss://landaiqing.cn/api/ws/message_ws'
|