首次提交
This commit is contained in:
6
front/config.js
Normal file
6
front/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var GyConfig = {
|
||||
// baseUrl: 'https://' + location.hostname + '',
|
||||
baseUrl: "https://" + "localhost" + ":8091",
|
||||
webRtcUrl: "webrtc://" + location.hostname + ":8080/live/livestream/",
|
||||
iframeUrl: "http://localhost:3001/text-book/",
|
||||
};
|
||||
Reference in New Issue
Block a user