You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
414 B
16 lines
414 B
# 页面标题
|
|
VITE_APP_TITLE = IM示例工程
|
|
|
|
# 开发环境配置
|
|
VITE_APP_ENV = 'development'
|
|
|
|
# 基础地址
|
|
VITE_APP_BASE_URL = 'http://localhost:18081'
|
|
# VITE_APP_BASE_URL = 'https://api.ninecloud.top/msm'
|
|
|
|
# socket地址
|
|
# VITE_APP_SOCKET_URL = 'ws://localhost:9326'
|
|
VITE_APP_SOCKET_URL = 'wss://api.ninecloud.top/socket/'
|
|
|
|
# 网站地址
|
|
VITE_APP_WEB_URL = 'https://www.ninecloud.top/udemo/im/index.html'
|