1
0
forked from jchomaz/Vulture

Créer 2 scripts de lancement un pour le dev en local l'autre pour la prod

This commit is contained in:
2025-11-30 10:57:34 +01:00
parent 10a04de1e6
commit 31911a56d2
4 changed files with 48 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
window.APP_CONFIG = {
// URL du broker MQTT (WebSockets)
// Configuration DEV : localhost
mqttBrokerUrl: 'ws://localhost:9001',
// IPs des buzzers
redBuzzerIP: '192.168.73.40',
blueBuzzerIP: '192.168.73.41',
orangeBuzzerIP: '192.168.73.42',
greenBuzzerIP: '192.168.73.43'
};