window.APP_CONFIG = { // URL du broker MQTT (WebSockets) // Configuration PROD : IP du serveur mqttBrokerUrl: 'ws://192.168.73.252:9001', // IPs des buzzers redBuzzerIP: '192.168.73.40', blueBuzzerIP: '192.168.73.41', orangeBuzzerIP: '192.168.73.42', greenBuzzerIP: '192.168.73.43' };