forked from nsjcy/frontEnd/nsjcy

liuwh
2020-02-24 febf1743bfa473d7a00eaec206e833c9bd4ee5e5
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * 小程序配置文件
 */
var config = {
  //客户业务后台请求域名
  serverUrl: 'https://room.qcloud.com',
  //腾讯云RoomService后台请求域名
  roomServiceUrl: 'https://room.qcloud.com',
  webrtcServerUrl: 'https://xnwj.gznsjc.gov.cn/webrtc/weapp/webrtc_room'
}
 
module.exports = config;