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;
|
|