"use strict"; const apiBaseUrl = "http://192.168.100.101:8083"; const personDetectionWsUrl = `ws://192.168.100.101:8083`; exports.apiBaseUrl = apiBaseUrl; exports.personDetectionWsUrl = personDetectionWsUrl;