front-end/public/config.js

7 lines
276 B
JavaScript
Raw Permalink Normal View History

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