7 lines
240 B
JavaScript
7 lines
240 B
JavaScript
var GyConfig = {
|
|
// baseUrl: 'https://' + location.hostname + '',
|
|
baseUrl: "https://" + "localhost" + ":8091",
|
|
webRtcUrl: "webrtc://" + location.hostname + ":8080/live/livestream/",
|
|
iframeUrl: "http://localhost:3001/text-book/",
|
|
};
|