Files
Electron_Test/front/config.js
2024-04-07 09:46:14 +08:00

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/",
};