front-end/public/config.js

7 lines
272 B
JavaScript
Raw Normal View History

2023-03-23 11:32:38 +08:00
window.GLOBAL_CONFIG = {
2023-04-07 15:13:55 +08:00
apiURL: "http://127.0.0.1:8889/face",
IMG_SERVER_URL: "http://192.168.1.133:9000",
2023-04-17 19:23:44 +08:00
SOCKET_URL: "ws://127.0.0.1:8889/face/webSocketServer",
rtspApi_URL: window.location.protocol + '//' + window.location.hostname + ':' + window.location.port,
2023-03-23 11:32:38 +08:00
}