zhangxu 6 days ago
parent
commit
9d8e1c6eae
  1. 5185
      pnpm-lock.yaml
  2. 15
      src/api/http/config.ts

5185
pnpm-lock.yaml

File diff suppressed because it is too large Load Diff

15
src/api/http/config.ts

@ -1,13 +1,13 @@ @@ -1,13 +1,13 @@
export const CURRENT_CONFIG = {
// license
appId: 'Please enter the app id.', // You need to go to the development website to apply.
appKey: 'Please enter the app key.', // You need to go to the development website to apply.
appLicense: 'Please enter the app license.', // You need to go to the development website to apply.
appId: '156484', // You need to go to the development website to apply.
appKey: 'fdfca95ec7e04aa41c743b837f5b6c5', // You need to go to the development website to apply.
appLicense:
'rpyFPcmu47YOtazIxOYXZDJEmmboLVt3urGN2HbP7yocd2oNxvI2Ty3luE+KL0iM5rCPb0R+o8xR3IebOhSzDdK0DU21iujkuRCt70FdMTZdm8uRXC6NMJXfmej6BUFZtAhBhT+87jEnPGjhmfd51rMgOmovSsw/IndV6as3dbQ=', // You need to go to the development website to apply.
// http
baseURL: 'Please enter the backend access address prefix.', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
websocketURL: 'Please enter the WebSocket access address.', // Example: 'ws://192.168.1.1:6789/api/v1/ws'
baseURL: 'http://47.113.196.86:30001', // This url must end with "/". Example: 'http://192.168.1.1:6789/'
websocketURL: 'http://47.113.196.86:30001/api/v1/ws', // Example: 'ws://192.168.1.1:6789/api/v1/ws'
// livestreaming
// RTMP Note: This IP is the address of the streaming server. If you want to see livestream on web page, you need to convert the RTMP stream to WebRTC stream.
@ -31,6 +31,5 @@ export const CURRENT_CONFIG = { @@ -31,6 +31,5 @@ export const CURRENT_CONFIG = {
// map
// You can apply on the AMap website.
amapKey: 'Please enter the amap key.',
amapKey: '8b0131c34d408f6663aae7a779e62cd1',
}

Loading…
Cancel
Save