21 lines
586 B
Plaintext
21 lines
586 B
Plaintext
# 线上环境
|
|
ENV = 'production'
|
|
|
|
#文件上传
|
|
VITE_FILE_URL = 'https://hemobs.icoldchain.cn'
|
|
# 线上环境接口地址
|
|
# VITE_API_URL = 'http://10.36.2.146:8069/'
|
|
# VITE_API_WSS ='ws://10.36.2.146:8069/broadcast'
|
|
# 阿里云SLB地址
|
|
VITE_API_URL = 'https://backend.ihemodialysis.com/'
|
|
VITE_API_WSS = 'wss://backend.ihemodialysis.com/broadcast'
|
|
|
|
# TTS 语音合成服务地址
|
|
VITE_TTS_URL = 'http://ikuai.m-iot.tech:62335/tts'
|
|
|
|
# 是否显示logo enum { 显示=1, 不显示=0 }
|
|
VITE_SHOW_LOGO = 1
|
|
# 发布版本
|
|
VITE_RELEASE_VERSION = '1'
|
|
# 完整版本
|
|
VITE_FULL_VERSION = '1.4.1' |