1
0
forked from jchomaz/Vulture

gestion d'une config pour les ip si prod ou dev

This commit is contained in:
2025-11-30 10:52:49 +01:00
parent da932bdcb3
commit 4e57c70b3c
5 changed files with 32 additions and 11 deletions

7
VApp/public/config.js Normal file
View File

@@ -0,0 +1,7 @@
window.APP_CONFIG = {
mqttBrokerUrl: 'ws://192.168.73.252:9001',
redBuzzerIP: '192.168.73.40',
blueBuzzerIP: '192.168.73.41',
orangeBuzzerIP: '192.168.73.42',
greenBuzzerIP: '192.168.73.43'
};